diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-11-23 02:36:58 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-11-23 02:36:58 +0000 |
commit | 36d38a413757f886cd24d02a40cc9560b0e6232b (patch) | |
tree | c0edc7c67029d92878000cf939c10b6347057337 /x11-libs/libnotify/libnotify-0.4.5.ebuild | |
parent | Bumping to 1.0, closing #214977 (diff) | |
download | historical-36d38a413757f886cd24d02a40cc9560b0e6232b.tar.gz historical-36d38a413757f886cd24d02a40cc9560b0e6232b.tar.bz2 historical-36d38a413757f886cd24d02a40cc9560b0e6232b.zip |
Fix dbus-glib requirement per configure.ac
Package-Manager: portage-2.2_rc15/cvs/Linux 2.6.27-gentoo-r4 x86_64
Diffstat (limited to 'x11-libs/libnotify/libnotify-0.4.5.ebuild')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild index 2f74c0f69b36..cd9dfce689fb 100644 --- a/x11-libs/libnotify/libnotify-0.4.5.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.1 2008/11/20 15:49:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.2 2008/11/23 02:36:58 leio Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 >=dev-libs/glib-2.6 - >=dev-libs/dbus-glib-0.71 + >=dev-libs/dbus-glib-0.76 || ( x11-misc/notification-daemon x11-misc/notification-daemon-xfce )" DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1.4 )" |