diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-12 10:08:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-12 10:08:02 +0000 |
commit | 8b108427d9f2480fbc4f5b1ddd0ebbe3e4dbaa3d (patch) | |
tree | 4a99bb2c0311264292c76f504868ce554dd11fab /sys-auth | |
parent | Stable for amd64, wrt bug #542696 (diff) | |
download | gentoo-2-8b108427d9f2480fbc4f5b1ddd0ebbe3e4dbaa3d.tar.gz gentoo-2-8b108427d9f2480fbc4f5b1ddd0ebbe3e4dbaa3d.tar.bz2 gentoo-2-8b108427d9f2480fbc4f5b1ddd0ebbe3e4dbaa3d.zip |
Stable for amd64, wrt bug #542078
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit-kde-agent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit-kde-agent/ChangeLog b/sys-auth/polkit-kde-agent/ChangeLog index 74fb0cbb9d92..1303c0810a2c 100644 --- a/sys-auth/polkit-kde-agent/ChangeLog +++ b/sys-auth/polkit-kde-agent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit-kde-agent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.18 2015/01/15 15:56:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/ChangeLog,v 1.19 2015/03/12 10:08:02 ago Exp $ + + 12 Mar 2015; Agostino Sarubbo <ago@gentoo.org> polkit-kde-agent-0.99.1.ebuild: + Stable for amd64, wrt bug #542078 15 Jan 2015; Manuel Rüger <mrueg@gentoo.org> polkit-kde-agent-0.99.1.ebuild: Add minimal useflag for coninstability of kde-plasma/polkit-kde-agent. diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild index 386360ca8556..49a0068528f9 100644 --- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild +++ b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild,v 1.2 2015/01/15 15:56:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1.ebuild,v 1.3 2015/03/12 10:08:02 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]] ; then fi LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" SLOT="4" IUSE="debug minimal" |