diff options
author | 2014-11-11 10:48:13 +0000 | |
---|---|---|
committer | 2014-11-11 10:48:13 +0000 | |
commit | cbd54f0220f12effd3ebfd823deb1e182d025d1b (patch) | |
tree | 529cf602abaf5fc1fde14e22058a201bc008d651 /sys-auth | |
parent | Stable for ia64, wrt bug #525982 (diff) | |
download | gentoo-2-cbd54f0220f12effd3ebfd823deb1e182d025d1b.tar.gz gentoo-2-cbd54f0220f12effd3ebfd823deb1e182d025d1b.tar.bz2 gentoo-2-cbd54f0220f12effd3ebfd823deb1e182d025d1b.zip |
Stable for ia64, wrt bug #525252
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.112-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 9205321bc7f2..e76c8a5e7aac 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.188 2014/11/06 10:57:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.189 2014/11/11 10:48:13 ago Exp $ + + 11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> polkit-0.112-r2.ebuild: + Stable for ia64, wrt bug #525252 06 Nov 2014; Samuli Suominen <ssuominen@gentoo.org> polkit-0.112-r2.ebuild: Don't run pax-mark when variable "m" is empty wrt #485910 by "Nikoli" diff --git a/sys-auth/polkit/polkit-0.112-r2.ebuild b/sys-auth/polkit/polkit-0.112-r2.ebuild index d86ceac16c25..5a5193feb928 100644 --- a/sys-auth/polkit/polkit-0.112-r2.ebuild +++ b/sys-auth/polkit/polkit-0.112-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.14 2014/11/06 10:57:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.15 2014/11/11 10:48:13 ago Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="examples gtk +introspection jit kde nls pam selinux systemd" CDEPEND=" |