diff options
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.28.0.ebuild b/mate-extra/mate-calc/mate-calc-1.28.0.ebuild index e9c6ad0bc97b..08d4f320898f 100644 --- a/mate-extra/mate-calc/mate-calc-1.28.0.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.28.0.ebuild @@ -7,7 +7,7 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Calculator for MATE" |