diff options
author | Gergely Nagy <ngg@ngg.hu> | 2019-03-06 16:28:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-11 11:13:31 +0100 |
commit | 13392a6f7827dbfc13e272dbb1f2f35779d607dd (patch) | |
tree | e7edfce4e6108f8bbc702605175c786722d00b26 /virtual/notification-daemon | |
parent | mail-mta/postfix: bump to 3.5_pre20190310 (diff) | |
download | gentoo-13392a6f7827dbfc13e272dbb1f2f35779d607dd.tar.gz gentoo-13392a6f7827dbfc13e272dbb1f2f35779d607dd.tar.bz2 gentoo-13392a6f7827dbfc13e272dbb1f2f35779d607dd.zip |
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@ngg.hu>
Closes: https://github.com/gentoo/gentoo/pull/11281
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'virtual/notification-daemon')
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index 1b42227e5e7f..5f3c5d9e3783 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 |