diff options
author | 2006-10-30 18:00:37 +0000 | |
---|---|---|
committer | 2006-10-30 18:00:37 +0000 | |
commit | a67ece24bd9ffae31a3cfbeee0fa454dce97f745 (patch) | |
tree | 2c790a0aaf79417e9bff3c980d9d53700b0af557 /x11-libs/libnotify/libnotify-0.4.3.ebuild | |
parent | Add various files necessary to make pam_console work out of the box. (diff) | |
download | historical-a67ece24bd9ffae31a3cfbeee0fa454dce97f745.tar.gz historical-a67ece24bd9ffae31a3cfbeee0fa454dce97f745.tar.bz2 historical-a67ece24bd9ffae31a3cfbeee0fa454dce97f745.zip |
round 2 for dbus deps
Package-Manager: portage-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.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild index 1ae32b64bad7..1c63b63cb24d 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.2 2006/10/29 17:37:02 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.3 2006/10/30 18:00:37 compnerd Exp $ inherit eutils @@ -16,8 +16,8 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/glib-2.6 || ( - ( >=sys-apps/dbus-core-0.91 >=dev-libs/dbus-glib-0.71 ) - >=sys-apps/dbus-0.60 + ( >=dev-libs/dbus-glib-0.71 ) + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) ) x11-misc/notification-daemon" DEPEND="${RDEPEND} |