summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-10-29 17:37:02 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-10-29 17:37:02 +0000
commitb2f64e0f40247c092dfbced406f580fda2a1ebf5 (patch)
tree7d627fe2dd244140721a29044ba015db1312d390 /x11-libs/libnotify/libnotify-0.4.3.ebuild
parentprune older version (diff)
downloadgentoo-2-b2f64e0f40247c092dfbced406f580fda2a1ebf5.tar.gz
gentoo-2-b2f64e0f40247c092dfbced406f580fda2a1ebf5.tar.bz2
gentoo-2-b2f64e0f40247c092dfbced406f580fda2a1ebf5.zip
tweak dbus deps for upcoming release
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'x11-libs/libnotify/libnotify-0.4.3.ebuild')
-rw-r--r--x11-libs/libnotify/libnotify-0.4.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild
index 64e8a95bfb57..1ae32b64bad7 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-2006 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.1 2006/10/15 21:52:14 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.2 2006/10/29 17:37:02 compnerd Exp $
inherit eutils
@@ -15,7 +15,10 @@ IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.6
>=dev-libs/glib-2.6
- >=sys-apps/dbus-0.60
+ || (
+ ( >=sys-apps/dbus-core-0.91 >=dev-libs/dbus-glib-0.71 )
+ >=sys-apps/dbus-0.60
+ )
x11-misc/notification-daemon"
DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1.4 )"