Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908974 - x11-misc/mate-notification-daemon Missing '\' in ebuild file
Summary: x11-misc/mate-notification-daemon Missing '\' in ebuild file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo MATE Desktop
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-21 19:45 UTC by gentoo
Modified: 2023-06-30 04:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2023-06-21 19:45:55 UTC
--- mate-notification-daemon-1.26.0.ebuild	2023-06-21 20:44:00.515286016 +0100
+++ mate-notification-daemon-1.26.0.ebuild.fix	2023-06-21 20:37:49.537928694 +0100
@@ -50,7 +50,7 @@
 
 src_configure() {
 	mate_src_configure \
-		$(use_enable nls)
+		$(use_enable nls) \
 		$(use_enable X x11) \
 		$(use_enable wayland)
 }
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-30 04:29:28 UTC
commit 9743f11f418697f49a8541418001a583b2c39dcb
Author: Sam James <sam@gentoo.org>
Date:   Fri Jun 30 04:58:31 2023 +0100

    x11-misc/mate-notification-daemon: fix configure args

    Fixes: fb46e0952c2ca64f9b4816379d66ccab0cd35164
    Cloess: https://bugs.gentoo.org/908974
    Signed-off-by: Sam James <sam@gentoo.org>