diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-08 15:39:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-08 15:39:21 +0000 |
commit | cdb16280160a4b87b644c40f62e7c7d60600b36d (patch) | |
tree | 96c6b7b1d5030653dc57270a1a4fdc3e2333ee01 /sys-auth | |
parent | x86 stable wrt bug #389923 (diff) | |
download | gentoo-2-cdb16280160a4b87b644c40f62e7c7d60600b36d.tar.gz gentoo-2-cdb16280160a4b87b644c40f62e7c7d60600b36d.tar.bz2 gentoo-2-cdb16280160a4b87b644c40f62e7c7d60600b36d.zip |
Raise dev-libs/glib depend to at least 2.30 wrt #393579 by Matt Palermo
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.103.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 18453e7d05e7..9842d14a6565 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.58 2011/12/07 16:09:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.59 2011/12/08 15:39:21 ssuominen Exp $ + + 08 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> polkit-0.103.ebuild: + Raise dev-libs/glib depend to at least 2.30 wrt #393579 by Matt Palermo *polkit-0.103 (07 Dec 2011) diff --git a/sys-auth/polkit/polkit-0.103.ebuild b/sys-auth/polkit/polkit-0.103.ebuild index 3391f04343fd..8fcbf307cb51 100644 --- a/sys-auth/polkit/polkit-0.103.ebuild +++ b/sys-auth/polkit/polkit-0.103.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.103.ebuild,v 1.1 2011/12/07 16:09:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.103.ebuild,v 1.2 2011/12/08 15:39:21 ssuominen Exp $ EAPI=4 inherit eutils pam @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples gtk +introspection kde nls pam" -RDEPEND=">=dev-libs/glib-2.28 +RDEPEND=">=dev-libs/glib-2.30 dev-libs/expat introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) pam? ( virtual/pam )" |