summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-10 01:55:24 +0000
committerSam James <sam@gentoo.org>2024-03-10 01:55:24 +0000
commite5c72b31889e227dc392336a43cffb456225a6b5 (patch)
tree721a92770f3a026f71d834da7f767ab504faf04c /x11-misc
parentx11-misc/mate-notification-daemon: fix MultipleKeywordsLines (diff)
downloadgentoo-e5c72b31889e227dc392336a43cffb456225a6b5.tar.gz
gentoo-e5c72b31889e227dc392336a43cffb456225a6b5.tar.bz2
gentoo-e5c72b31889e227dc392336a43cffb456225a6b5.zip
x11-misc/mozo: fix MultipleKeywordsLines
Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mozo/mozo-1.27.0.ebuild4
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"