diff options
Diffstat (limited to 'mate-extra/mate-calc')
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.24.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.24.2.ebuild b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild index 315b3019124b..02037985d9b0 100644 --- a/mate-extra/mate-calc/mate-calc-1.24.2.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Calculator for MATE" |