diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-09 19:56:47 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-09 19:56:55 +0100 |
commit | 91f14f9232d67c46f776141d7f684f658a887bd2 (patch) | |
tree | 4ccddde0248ccca6f6db9f1f5d028ed2685ce537 /dev-libs/libressl | |
parent | media-fonts/noto-emoji: Drop old (diff) | |
download | gentoo-91f14f9232d67c46f776141d7f684f658a887bd2.tar.gz gentoo-91f14f9232d67c46f776141d7f684f658a887bd2.tar.bz2 gentoo-91f14f9232d67c46f776141d7f684f658a887bd2.zip |
dev-libs/libressl: marked ~amd64-linux
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-3.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-3.3.1.ebuild b/dev-libs/libressl/libressl-3.3.1.ebuild index 2ffee4c0167e..2592744bafd4 100644 --- a/dev-libs/libressl/libressl-3.3.1.ebuild +++ b/dev-libs/libressl/libressl-3.3.1.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 ~amd64-linux ~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 )" |