commit:     13392a6f7827dbfc13e272dbb1f2f35779d607dd
Author:     Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Wed Mar  6 15:28:35 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Mar 11 10:13:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13392a6f

virtual/notification-daemon: depend on x11-wm/awesome[dbus].

Awesome WM only provides a notification service if it is compiled with dbus
enabled.

Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
Closes: https://github.com/gentoo/gentoo/pull/11281
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 virtual/notification-daemon/notification-daemon-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild 
b/virtual/notification-daemon/notification-daemon-0.ebuild
index 1b42227e5e7..5f3c5d9e378 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
                xfce-extra/xfce4-notifyd
                x11-misc/notify-osd
                x11-misc/dunst
-               >=x11-wm/awesome-3.4.4
+               >=x11-wm/awesome-3.4.4[dbus]
                x11-wm/enlightenment[enlightenment_modules_notification]
                x11-wm/enlightenment[e_modules_notification]
                x11-misc/mate-notification-daemon

Reply via email to