diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-07-16 12:20:39 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-07-16 12:20:39 +0100 |
commit | 23fbf3909f57232c6c144c21f178ba8a380c6c41 (patch) | |
tree | 4be685eb33bf4928634bf324cc917af7775f04e4 /virtual/notification-daemon | |
parent | 26fc3604062e89e3b7f335baad632da43357f478 (diff) |
kill any other notification providers, we only ship one
Diffstat (limited to 'virtual/notification-daemon')
-rw-r--r-- | virtual/notification-daemon/notification-daemon-999.ebuild | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/virtual/notification-daemon/notification-daemon-999.ebuild b/virtual/notification-daemon/notification-daemon-999.ebuild index 5806692a..52ff7838 100644 --- a/virtual/notification-daemon/notification-daemon-999.ebuild +++ b/virtual/notification-daemon/notification-daemon-999.ebuild @@ -13,22 +13,8 @@ KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 amd64-fbsd x86-fbsd IUSE="gnome mate xfce lxqt kde plasma" RDEPEND=" - gnome? ( || ( x11-misc/notification-daemon - gnome-base/gnome-shell - x11-misc/notify-osd-customizable - x11-misc/notify-osd ) ) - mate? ( || ( x11-misc/mate-notification-daemon - x11-misc/notify-osd-customizable - x11-misc/notify-osd ) ) - xfce? ( || ( x11-misc/notification-daemon - xfce-extra/xfce4-notifyd - x11-misc/notify-osd - x11-misc/notify-osd-customizable ) ) - lxqt? ( || ( lxqt-base/lxqt-notificationd - x11-misc/notification-daeomn - x11-misc/notify-osd - x11-misc/notify-osd-customizable ) ) - kde? ( || ( kde-misc/colibri - kde-apps/knotify ) ) - plasma? ( kde-frameworks/knotifications ) " + gnome? ( x11-misc/notify-osd-customizable ) + mate? ( x11-misc/notify-osd-customizable ) + xfce? ( x11-misc/notify-osd-customizable ) + lxqt? ( x11-misc/notify-osd-customizable ) " DEPEND="" |