diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-23 20:56:16 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-23 20:56:41 +0200 |
commit | 9ab61c5fd0dc90eb1582cf6c670cf4db60938557 (patch) | |
tree | 90355f06c2300c8a9f3f50aeb1f273928327de89 /virtual | |
parent | x11-libs/gtkglext: Fix build issues (#649718), update ebuild. (diff) | |
download | gentoo-9ab61c5fd0dc90eb1582cf6c670cf4db60938557.tar.gz gentoo-9ab61c5fd0dc90eb1582cf6c670cf4db60938557.tar.bz2 gentoo-9ab61c5fd0dc90eb1582cf6c670cf4db60938557.zip |
virtual/notification-daemon: Remove dropped pkgs
x11-misc/qtnotifydaemon was dropped in
8c3af46979e794419b2ee425434e0a4a736e7852. kde-misc/colibri was dropped
in d2176014e560ac1bd08cdbb6e0cdcb8b764bc9a8.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index c6255f2fc1c4..190fd4347a28 100644 --- a/virtual/notification-daemon/notification-daemon-0.ebuild +++ b/virtual/notification-daemon/notification-daemon-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for notification daemon dbus service" SLOT="0" @@ -16,7 +16,6 @@ RDEPEND=" x11-misc/notification-daemon gnome-extra/cinnamon xfce-extra/xfce4-notifyd - x11-misc/qtnotifydaemon x11-misc/notify-osd x11-misc/dunst >=x11-wm/awesome-3.4.4 @@ -24,5 +23,4 @@ RDEPEND=" x11-wm/enlightenment[e_modules_notification] x11-misc/mate-notification-daemon lxqt-base/lxqt-notificationd - net-misc/eventd[notification] - kde-misc/colibri ) ) )" + net-misc/eventd[notification] ) ) )" |