diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-30 18:16:06 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-30 18:16:06 +0000 |
commit | bc1761117824efd9f882d86b18c6440193366d88 (patch) | |
tree | 3d82d12254559c9f9f937f87b281b78a5d3b593c /x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild | |
parent | Dependencies are RUNTIME, being python libs (diff) | |
download | historical-bc1761117824efd9f882d86b18c6440193366d88.tar.gz historical-bc1761117824efd9f882d86b18c6440193366d88.tar.bz2 historical-bc1761117824efd9f882d86b18c6440193366d88.zip |
Can we get the dbus stuff right?
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild')
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild index f0fd1879af92..29f05a540bde 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.3.5.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-misc/notification-daemon/notification-daemon-0.3.5.ebuild,v 1.9 2006/10/29 17:22:12 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild,v 1.10 2006/10/30 18:16:06 compnerd Exp $ inherit gnome2 @@ -17,7 +17,10 @@ DEPEND=">=dev-libs/glib-2.4.0 >=x11-libs/gtk+-2.4.0 >=gnome-base/gconf-2.4.0 >=x11-libs/libsexy-0.1.3 - || ( ( >=sys-apps/dbus-core-0.91 >=dev-libs/dbus-glib-0.71 ) >=sys-apps/dbus-0.36 ) + || ( + >=dev-libs/dbus-glib-0.71 + ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) + ) x11-libs/libwnck dev-libs/popt" RDEPEND="${DEPEND} |