diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-19 21:28:17 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-19 21:28:17 -0400 |
commit | 6f3ba895c7622fd332ec2738a4189eda21c67137 (patch) | |
tree | 5f6f3441b5511f29b48b95c37f8f992ee4ced040 /app-crypt/p11-kit | |
parent | app-crypt/libmd: amd64 stable wrt bug #653570 (diff) | |
download | gentoo-6f3ba895c7622fd332ec2738a4189eda21c67137.tar.gz gentoo-6f3ba895c7622fd332ec2738a4189eda21c67137.tar.bz2 gentoo-6f3ba895c7622fd332ec2738a4189eda21c67137.zip |
app-crypt/p11-kit: amd64 stable wrt bug #653568
Bug: https://bugs.gentoo.org/653568
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'app-crypt/p11-kit')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.23.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.23.9.ebuild b/app-crypt/p11-kit/p11-kit-0.23.9.ebuild index 4bcaa5230ad2..0ce65147b86f 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.9.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+asn1 debug +libffi +trust" REQUIRED_USE="trust? ( asn1 )" |