From 0a6c6f923447c9a3c6da56ed3235487affff8925 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 10 Mar 2024 01:54:58 +0000 Subject: x11-misc/mate-notification-daemon: fix MultipleKeywordsLines Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8 Signed-off-by: Sam James --- .../mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'x11-misc') 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" -- cgit v1.2.3-65-gdbad