commit: 7146f0a1bff65c095594df60f20608a46b2bf8b2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 16:32:34 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 16:33:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146f0a1
virtual/notification-daemon: improve KDE handling
Gentoo-bug: 588114
Package-Manager: portage-2.3.2
virtual/notification-daemon/notification-daemon-0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild
b/virtual/notification-daemon/notification-daemon-0.ebuild
index 8869778..ac2c16e 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -11,12 +11,13 @@ SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
~x86-solaris"
-IUSE="gnome"
+IUSE="gnome kde"
RDEPEND="
gnome? ( || ( x11-misc/notification-daemon
gnome-base/gnome-shell ) )
- !gnome? ( || (
+ kde? ( kde-plasma/plasma-workspace )
+ !gnome? ( !kde? ( || (
x11-misc/notification-daemon
gnome-extra/cinnamon
xfce-extra/xfce4-notifyd
@@ -26,8 +27,7 @@ RDEPEND="
>=x11-wm/awesome-3.4.4
x11-wm/enlightenment[enlightenment_modules_notification]
x11-wm/enlightenment[e_modules_notification]
- kde-apps/knotify
x11-misc/mate-notification-daemon
lxqt-base/lxqt-notificationd
- kde-misc/colibri ) )"
+ kde-misc/colibri ) ) )"
DEPEND=""