diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-20 15:21:01 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-20 15:21:01 +0000 |
commit | a26fa6e8a7385839c973e4ac93e2ebd6993d7876 (patch) | |
tree | 085560332a7e6edc0e106c50bf734ec0c87a90c7 /app-crypt | |
parent | ia64 stable wrt bug #495496 (diff) | |
download | gentoo-2-a26fa6e8a7385839c973e4ac93e2ebd6993d7876.tar.gz gentoo-2-a26fa6e8a7385839c973e4ac93e2ebd6993d7876.tar.bz2 gentoo-2-a26fa6e8a7385839c973e4ac93e2ebd6993d7876.zip |
ia64 stable wrt bug #500718
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 7cbd7c679cf2..028a54c2f1b0 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.55 2014/02/18 20:56:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.56 2014/02/20 15:21:01 hattya Exp $ + + 20 Feb 2014; Akinori Hattori <hattya@gentoo.org> p11-kit-0.20.2.ebuild: + ia64 stable wrt bug #500718 18 Feb 2014; Pacho Ramos <pacho@gentoo.org> p11-kit-0.20.2.ebuild: amd64 stable, 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 c32c57f3eef2..4c7354dacb6c 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.3 2014/02/18 20:56:22 pacho Exp $ +# $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 $ 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 )" |