diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-30 18:00:37 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-10-30 18:00:37 +0000 |
commit | fa51d1c666b8df3c0aa502adb8319ddb3fca423b (patch) | |
tree | 62d3d9c321633dfa3de1cd7bdf25b74e0067238a /x11-libs/libnotify | |
parent | Add various files necessary to make pam_console work out of the box. (diff) | |
download | gentoo-2-fa51d1c666b8df3c0aa502adb8319ddb3fca423b.tar.gz gentoo-2-fa51d1c666b8df3c0aa502adb8319ddb3fca423b.tar.bz2 gentoo-2-fa51d1c666b8df3c0aa502adb8319ddb3fca423b.zip |
round 2 for dbus deps
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index 497bb05f050d..e7d67695d393 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.22 2006/10/29 17:37:02 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.23 2006/10/30 18:00:37 compnerd Exp $ + + 30 Oct 2006; Saleem Abdulrasool <compnerd@gentoo.org> libnotify-0.4.3.ebuild: + Attempt #? to fix deps for new dbus 29 Oct 2006; Saleem Abdulrasool <compnerd@gentoo.org> libnotify-0.4.0.ebuild, libnotify-0.4.2.ebuild, libnotify-0.4.3.ebuild: 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} |