commit: 9743f11f418697f49a8541418001a583b2c39dcb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 30 03:58:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 30 03:58:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9743f11f
x11-misc/mate-notification-daemon: fix configure args Fixes: fb46e0952c2ca64f9b4816379d66ccab0cd35164 Cloess: https://bugs.gentoo.org/908974 Signed-off-by: Sam James <sam <AT> gentoo.org> ...daemon-1.26.0.ebuild => mate-notification-daemon-1.26.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild similarity index 94% rename from x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild rename to x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild index d34108e27c33..0a02cc9cd01d 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { mate_src_configure \ - $(use_enable nls) + $(use_enable nls) \ $(use_enable X x11) \ $(use_enable wayland) }
