diff options
-rw-r--r-- | x11-misc/mozo/mozo-1.27.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-misc/mozo/mozo-1.27.0.ebuild b/x11-misc/mozo/mozo-1.27.0.ebuild index d97475f8be99..3957bf3b70f0 100644 --- a/x11-misc/mozo/mozo-1.27.0.ebuild +++ b/x11-misc/mozo/mozo-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,8 +14,6 @@ LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi SLOT="0" |