summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-10 01:54:58 +0000
committerSam James <sam@gentoo.org>2024-03-10 01:54:58 +0000
commit0a6c6f923447c9a3c6da56ed3235487affff8925 (patch)
tree42fefc90a9bceb7a20cba022cb23c8a7ff9e77a4 /x11-misc
parentmate-extra/mate-utils: fix MultipleKeywordsLines (diff)
downloadgentoo-0a6c6f923447c9a3c6da56ed3235487affff8925.tar.gz
gentoo-0a6c6f923447c9a3c6da56ed3235487affff8925.tar.bz2
gentoo-0a6c6f923447c9a3c6da56ed3235487affff8925.zip
x11-misc/mate-notification-daemon: fix MultipleKeywordsLines
Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild
index 23324a257fbb..a1e84c301f57 100644
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.27.1.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
@@ -10,8 +10,6 @@ inherit mate
MINOR=$(($(ver_cut 2) % 2))
if [[ ${MINOR} -eq 0 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-else
- KEYWORDS=""
fi
DESCRIPTION="MATE Notification daemon"