diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:49:43 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-25 20:49:43 +0000 |
commit | 720082d58db980a0940906c106dd0b07510f4770 (patch) | |
tree | 35e7df64e09ef3d611faf8143613f5aa014d8c72 /app-crypt | |
parent | add ~arm, bug #501346 (diff) | |
download | gentoo-2-720082d58db980a0940906c106dd0b07510f4770.tar.gz gentoo-2-720082d58db980a0940906c106dd0b07510f4770.tar.bz2 gentoo-2-720082d58db980a0940906c106dd0b07510f4770.zip |
arm stable, bug #500718
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/p11-kit/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.20.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index de82cd6da4c4..4299bd3f8b5a 100644 --- a/app-crypt/p11-kit/ChangeLog +++ b/app-crypt/p11-kit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/p11-kit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.58 2014/02/23 08:50:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.59 2014/02/25 20:49:43 maekke Exp $ + + 25 Feb 2014; Markus Meier <maekke@gentoo.org> p11-kit-0.20.2.ebuild: + arm stable, bug #500718 23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> p11-kit-0.20.2.ebuild: Stable for ppc, wrt bug #500718 diff --git a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild b/app-crypt/p11-kit/p11-kit-0.20.2.ebuild index 9494f4f6545c..b1daabb72a14 100644 --- a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.20.2.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/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.6 2014/02/23 08:50:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.7 2014/02/25 20:49:43 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asn1 debug +trust" REQUIRED_USE="trust? ( asn1 )" |