diff options
author | 2019-03-02 18:32:02 +0300 | |
---|---|---|
committer | 2019-03-02 18:32:02 +0300 | |
commit | bd06a563512c6a06b264bc06783278b8fe5c4040 (patch) | |
tree | 8ce444d01d98e478fd5d8fb3f5a32653f979cee8 /dev-libs/libressl | |
parent | dev-libs/libressl: arm stable wrt bug #653516 (diff) | |
download | gentoo-bd06a563512c6a06b264bc06783278b8fe5c4040.tar.gz gentoo-bd06a563512c6a06b264bc06783278b8fe5c4040.tar.bz2 gentoo-bd06a563512c6a06b264bc06783278b8fe5c4040.zip |
dev-libs/libressl: s390 stable wrt bug #653516
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild b/dev-libs/libressl/libressl-2.8.3.ebuild index 71372ccba58f..9b82d21707b2 100644 --- a/dev-libs/libressl/libressl-2.8.3.ebuild +++ b/dev-libs/libressl/libressl-2.8.3.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/46" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="+asm static-libs test" REQUIRED_USE="test? ( static-libs )" |