diff options
author | Sam James <sam@gentoo.org> | 2020-12-13 23:21:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-13 23:21:57 +0000 |
commit | 7fe6dd336f555072c59021e7755fe0bd0a944fc7 (patch) | |
tree | c4456b4f27f8beac1aefc5a7dbec4a6084f5a327 /dev-libs/openssl | |
parent | net-misc/curl: stable 7.74.0-r2 for s390 (diff) | |
download | gentoo-7fe6dd336f555072c59021e7755fe0bd0a944fc7.tar.gz gentoo-7fe6dd336f555072c59021e7755fe0bd0a944fc7.tar.bz2 gentoo-7fe6dd336f555072c59021e7755fe0bd0a944fc7.zip |
dev-libs/openssl: stable 1.1.1i for s390
stable wrt bug #759079
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="s390"
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/openssl')
-rw-r--r-- | dev-libs/openssl/openssl-1.1.1i.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-1.1.1i.ebuild b/dev-libs/openssl/openssl-1.1.1i.ebuild index 77fb15f30271..7d5fc56e026b 100644 --- a/dev-libs/openssl/openssl-1.1.1i.ebuild +++ b/dev-libs/openssl/openssl-1.1.1i.ebuild @@ -27,7 +27,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz LICENSE="openssl" SLOT="0/1.1" # .so version of libssl/libcrypto [[ "${PV}" = *_pre* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x86-linux" IUSE="+asm bindist elibc_musl rfc3779 sctp cpu_flags_x86_sse2 sslv3 static-libs test tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist ) !test? ( test )" |