commit:     0a6c6f923447c9a3c6da56ed3235487affff8925
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 01:54:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 01:54:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6c6f92

x11-misc/mate-notification-daemon: fix MultipleKeywordsLines

Fixes: 1351ba3350e8706c0c280a76c1f1541668a291a8
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../mate-notification-daemon/mate-notification-daemon-1.27.1.ebuild   | 4 +---
 1 file changed, 1 insertion(+), 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"

Reply via email to