diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-08-01 17:56:14 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-08-01 17:56:14 +0000 |
commit | 1555dd02b5345e7135d2d096c04224726aa21d7f (patch) | |
tree | cb5adbe4a10cbe6c50dc867bfcfb77bd59b63e45 /x11-libs/libnotify | |
parent | Fix fscked up dbus deps for bug 187369. (diff) | |
download | gentoo-2-1555dd02b5345e7135d2d096c04224726aa21d7f.tar.gz gentoo-2-1555dd02b5345e7135d2d096c04224726aa21d7f.tar.bz2 gentoo-2-1555dd02b5345e7135d2d096c04224726aa21d7f.zip |
Fix fscked up dbus deps for bug 187369.
(Portage version: 2.1.3)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.3.ebuild | 7 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.4.ebuild | 7 |
3 files changed, 9 insertions, 11 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index fd0cdf45540f..21aa67ed48c1 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.38 2007/07/15 16:29:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.39 2007/08/01 17:56:14 drac Exp $ + + 01 Aug 2007; Samuli Suominen <drac@gentoo.org> libnotify-0.4.3.ebuild, + libnotify-0.4.4.ebuild: + Fix fscked up dbus deps for bug 187369. 15 Jul 2007; nixnut <nixnut@gentoo.org> libnotify-0.4.4.ebuild: Stable on ppc wrt bug 184615 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 )" diff --git a/x11-libs/libnotify/libnotify-0.4.4.ebuild b/x11-libs/libnotify/libnotify-0.4.4.ebuild index b1d643971315..a3f8d7416ef5 100644 --- a/x11-libs/libnotify/libnotify-0.4.4.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.4.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.4.ebuild,v 1.9 2007/07/15 16:29:02 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.4.ebuild,v 1.10 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 )" |