diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-10 21:24:32 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-05-10 21:24:32 +0000 |
commit | 31707c138e073a58fd9e8f6e3a1a42c97883a061 (patch) | |
tree | 0841797b995adb17111e5451a0c5170b1b8b08c8 /virtual/notification-daemon/notification-daemon-0.ebuild | |
parent | Dont generate kdepim-runtime messages, bug 366353 (diff) | |
download | gentoo-2-31707c138e073a58fd9e8f6e3a1a42c97883a061.tar.gz gentoo-2-31707c138e073a58fd9e8f6e3a1a42c97883a061.tar.bz2 gentoo-2-31707c138e073a58fd9e8f6e3a1a42c97883a061.zip |
Notification API is provided by gnome-shell for GNOME 3
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'virtual/notification-daemon/notification-daemon-0.ebuild')
-rw-r--r-- | virtual/notification-daemon/notification-daemon-0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index 935615d378ed..2c03e61f1bd9 100644 --- a/virtual/notification-daemon/notification-daemon-0.ebuild +++ b/virtual/notification-daemon/notification-daemon-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.2 2011/05/01 17:54:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/notification-daemon/notification-daemon-0.ebuild,v 1.3 2011/05/10 21:24:32 nirbheek Exp $ EAPI=2 @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="gnome" -RDEPEND="gnome? ( x11-misc/notification-daemon ) +RDEPEND=" + gnome? ( || ( x11-misc/notification-daemon + gnome-base/gnome-shell ) ) !gnome? ( || ( x11-misc/notification-daemon xfce-extra/xfce4-notifyd x11-misc/notify-osd |