diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-08-01 17:56:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-08-01 17:56:14 +0000 |
commit | 9f0679d773cbe708d5fffa69a556fb57b356e9a6 (patch) | |
tree | 37a8c8dd2310ce5667164fe37b6a52e4eec409b8 /x11-libs/libnotify/libnotify-0.4.3.ebuild | |
parent | Fix fscked up dbus deps for bug 187369. (diff) | |
download | historical-9f0679d773cbe708d5fffa69a556fb57b356e9a6.tar.gz historical-9f0679d773cbe708d5fffa69a556fb57b356e9a6.tar.bz2 historical-9f0679d773cbe708d5fffa69a556fb57b356e9a6.zip |
Fix fscked up dbus deps for bug 187369.
Package-Manager: portage-2.1.3
Diffstat (limited to 'x11-libs/libnotify/libnotify-0.4.3.ebuild')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.3.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild index 2375c529277a..6cc90b08418a 100644 --- a/x11-libs/libnotify/libnotify-0.4.3.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.11 2007/07/08 05:33:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.12 2007/08/01 17:56:14 drac Exp $ inherit eutils @@ -15,10 +15,7 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/glib-2.6 - || ( - ( >=dev-libs/dbus-glib-0.71 ) - >=sys-apps/dbus-0.60 - ) + >=dev-libs/dbus-glib-0.71 || ( x11-misc/notification-daemon xfce-extra/notification-daemon-xfce )" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" |