diff options
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.26.0.ebuild b/mate-extra/mate-calc/mate-calc-1.26.0.ebuild index 9073d141da25..f807737a4049 100644 --- a/mate-extra/mate-calc/mate-calc-1.26.0.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.26.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Calculator for MATE" |