diff options
Diffstat (limited to 'x11-misc/mozo')
-rw-r--r-- | x11-misc/mozo/mozo-1.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild index a480aef67ab1..eb4001283a50 100644 --- a/x11-misc/mozo/mozo-1.24.1.ebuild +++ b/x11-misc/mozo/mozo-1.24.1.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 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit mate python-r1 if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi DESCRIPTION="Mozo menu editor for MATE" |