commit:     cefe1a54af67ed48ad6931035d3ff48d17443d61
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Thu Dec 18 16:18:48 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 24 16:37:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefe1a54

x11-misc/mate-notification-daemon: fix QA issues

Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45072
Closes: https://github.com/gentoo/gentoo/pull/45072
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../mate-notification-daemon/mate-notification-daemon-1.28.5.ebuild  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.5.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.5.ebuild
index e8981676b6cc..d8c840f4191a 100644
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.5.ebuild
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.5.ebuild
@@ -7,18 +7,17 @@ MATE_LA_PUNT="yes"
 
 inherit mate
 
-SRC_URI="https://github.com/mate-desktop/${PN}/releases/download/v${PV}/mate-notification-daemon-${PV}.tar.xz";
-
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
        KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 DESCRIPTION="MATE Notification daemon"
+SRC_URI="https://github.com/mate-desktop/${PN}/releases/download/v${PV}/mate-notification-daemon-${PV}.tar.xz";
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 
-IUSE="nls X wayland"
+IUSE="nls +X wayland"
 REQUIRED_USE="|| ( X wayland )"
 
 COMMON_DEPEND=">=app-accessibility/at-spi2-core-2.46.0

Reply via email to