summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-02-17 22:38:53 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-02-17 22:38:53 +0000
commitbc390c5147cdade1d468d77cc7e2462faa615bed (patch)
tree5f5687a862fc28364197dd3bbaea4e51841e052d /sys-auth
parentold (diff)
downloadgentoo-2-bc390c5147cdade1d468d77cc7e2462faa615bed.tar.gz
gentoo-2-bc390c5147cdade1d468d77cc7e2462faa615bed.tar.bz2
gentoo-2-bc390c5147cdade1d468d77cc7e2462faa615bed.zip
Raise dbus-glib dependency, bug #298924.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/consolekit/ChangeLog6
-rw-r--r--sys-auth/consolekit/consolekit-0.4.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index b2dc68c5806b..0a60e9d4f92d 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.60 2010/02/16 17:25:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.61 2010/02/17 22:38:53 eva Exp $
+
+ 17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ consolekit-0.4.1.ebuild:
+ Raise dbus-glib dependency, bug #298924.
16 Feb 2010; Joseph Jezak <josejx@gentoo.org> consolekit-0.4.1.ebuild:
Marked ~ppc/~ppc64 for bug #296548.
diff --git a/sys-auth/consolekit/consolekit-0.4.1.ebuild b/sys-auth/consolekit/consolekit-0.4.1.ebuild
index 49d3b6bcc1a6..ba705b595690 100644
--- a/sys-auth/consolekit/consolekit-0.4.1.ebuild
+++ b/sys-auth/consolekit/consolekit-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild,v 1.3 2010/02/16 17:25:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild,v 1.4 2010/02/17 22:38:53 eva Exp $
EAPI="2"
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="debug doc pam policykit"
RDEPEND=">=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.61
+ >=dev-libs/dbus-glib-0.76
>=x11-libs/libX11-1.0.0
pam? ( virtual/pam )
policykit? ( >=sys-auth/polkit-0.92 )