summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-11-23 02:36:58 +0000
committerMart Raudsepp <leio@gentoo.org>2008-11-23 02:36:58 +0000
commit44475dc73341543904f5a28ef96c58e3627ca495 (patch)
tree2c00fff19e973976629c548cd310c70f732368f1 /x11-libs/libnotify
parentBumping to 1.0, closing #214977 (diff)
downloadgentoo-2-44475dc73341543904f5a28ef96c58e3627ca495.tar.gz
gentoo-2-44475dc73341543904f5a28ef96c58e3627ca495.tar.bz2
gentoo-2-44475dc73341543904f5a28ef96c58e3627ca495.zip
Fix dbus-glib requirement per configure.ac
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r--x11-libs/libnotify/ChangeLog5
-rw-r--r--x11-libs/libnotify/libnotify-0.4.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog
index 442ecbc2c526..db60d68c2dda 100644
--- a/x11-libs/libnotify/ChangeLog
+++ b/x11-libs/libnotify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libnotify
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.42 2008/11/20 15:49:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.43 2008/11/23 02:36:58 leio Exp $
+
+ 23 Nov 2008; Mart Raudsepp <leio@gentoo.org> libnotify-0.4.5.ebuild:
+ Fix dbus-glib requirement per configure.ac
*libnotify-0.4.5 (20 Nov 2008)
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 )"