diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 20:39:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-20 20:39:48 +0000 |
commit | 96548d4005d43707747506e696600b35175a43b2 (patch) | |
tree | 61f75d96aab5b80a8c5ccecf5cea2baf31599450 /app-crypt | |
parent | Stable for x86, wrt bug #500492 (diff) | |
download | gentoo-2-96548d4005d43707747506e696600b35175a43b2.tar.gz gentoo-2-96548d4005d43707747506e696600b35175a43b2.tar.bz2 gentoo-2-96548d4005d43707747506e696600b35175a43b2.zip |
Stable for x86, wrt bug #500718
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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 028a54c2f1b0..5b4d8aa7327d 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.56 2014/02/20 15:21:01 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.57 2014/02/20 20:39:48 ago Exp $ + + 20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> p11-kit-0.20.2.ebuild: + Stable for x86, wrt bug #500718 20 Feb 2014; Akinori Hattori <hattya@gentoo.org> p11-kit-0.20.2.ebuild: ia64 stable 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 4c7354dacb6c..82a979543eb0 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.4 2014/02/20 15:21:01 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.5 2014/02/20 20:39:48 ago 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 )" |