diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-25 17:26:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-25 17:26:29 +0300 |
commit | 5a1c2da2b5d415a0fbd99a171aa3f7a91eee2f3e (patch) | |
tree | da5649ce248d697549bad75de87f0a054a1c49c1 /app-crypt/p11-kit | |
parent | app-crypt/p11-kit: Version bump (v0.23.19) (diff) | |
download | gentoo-5a1c2da2b5d415a0fbd99a171aa3f7a91eee2f3e.tar.gz gentoo-5a1c2da2b5d415a0fbd99a171aa3f7a91eee2f3e.tar.bz2 gentoo-5a1c2da2b5d415a0fbd99a171aa3f7a91eee2f3e.zip |
app-crypt/p11-kit: mark stable
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/p11-kit')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild b/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild index a2e85c735e73..8f396ef5e517 100644 --- a/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-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 ~riscv s390 ~sh sparc x86 ~amd64-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 )" |