diff options
author | Sam James <sam@gentoo.org> | 2020-09-07 03:25:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-07 03:25:19 +0000 |
commit | 036b83cbb710e54214872a41f8f3204160cbfdab (patch) | |
tree | 3cfc77fdf991abf4860e28bbea2b0fc04c2a44f8 /dev-libs/libressl | |
parent | sys-process/procps: ppc stable (bug #737498) (diff) | |
download | gentoo-036b83cbb710e54214872a41f8f3204160cbfdab.tar.gz gentoo-036b83cbb710e54214872a41f8f3204160cbfdab.tar.bz2 gentoo-036b83cbb710e54214872a41f8f3204160cbfdab.zip |
dev-libs/libressl: ppc stable (bug #740194)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-3.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-3.1.4.ebuild b/dev-libs/libressl/libressl-3.1.4.ebuild index 14d34586f725..10756966b2a0 100644 --- a/dev-libs/libressl/libressl-3.1.4.ebuild +++ b/dev-libs/libressl/libressl-3.1.4.ebuild @@ -14,7 +14,7 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/48" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+asm static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( static-libs )" |