diff options
author | Johannes Huber <johu@gentoo.org> | 2011-12-16 23:20:46 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2011-12-16 23:20:46 +0000 |
commit | c5bfada275c1ed8959a0db789f2f0d081132295b (patch) | |
tree | aa7fdca15ec9013bad1d5b510e0a3e9b7ede358a /sys-auth | |
parent | Bump production to 1.8.10rc1 which includes bug and security fixes - remove v... (diff) | |
download | gentoo-2-c5bfada275c1ed8959a0db789f2f0d081132295b.tar.gz gentoo-2-c5bfada275c1ed8959a0db789f2f0d081132295b.tar.bz2 gentoo-2-c5bfada275c1ed8959a0db789f2f0d081132295b.zip |
Bump polkit dep.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-qt/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-qt/ChangeLog b/sys-auth/polkit-qt/ChangeLog index 3f30cac5efcc..23c4f0270843 100644 --- a/sys-auth/polkit-qt/ChangeLog +++ b/sys-auth/polkit-qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-qt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.21 2011/12/15 17:00:33 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/ChangeLog,v 1.22 2011/12/16 23:20:46 johu Exp $ + + 16 Dec 2011; Johannes Huber <johu@gentoo.org> polkit-qt-0.103.0.ebuild: + Bump polkit dep. *polkit-qt-0.103.0 (15 Dec 2011) diff --git a/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild b/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild index 5e655991fa6d..198ff94a6eb1 100644 --- a/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-0.103.0.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-qt/polkit-qt-0.103.0.ebuild,v 1.1 2011/12/15 17:00:33 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.103.0.ebuild,v 1.2 2011/12/16 23:20:46 johu Exp $ EAPI=4 @@ -19,7 +19,7 @@ IUSE="debug examples" COMMON_DEPEND=" dev-libs/glib:2 - >=sys-auth/polkit-0.99 + >=sys-auth/polkit-0.103 x11-libs/qt-core[glib] x11-libs/qt-gui[dbus,glib] " |