diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-07 12:31:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-07 12:31:30 +0200 |
commit | 8914a6586006b5f09ca7511aa455a02ce10f4592 (patch) | |
tree | db29ea7a9be371dfa3fde0712c5f8d1d93c48599 /dev-libs | |
parent | dev-libs/gf2x: amd64 stable wrt bug #714172 (diff) | |
download | gentoo-8914a6586006b5f09ca7511aa455a02ce10f4592.tar.gz gentoo-8914a6586006b5f09ca7511aa455a02ce10f4592.tar.bz2 gentoo-8914a6586006b5f09ca7511aa455a02ce10f4592.zip |
dev-libs/openssl: amd64 stable wrt bug #715622
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/openssl-1.1.1f.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/openssl/openssl-1.1.1f.ebuild b/dev-libs/openssl/openssl-1.1.1f.ebuild index 0191640d0093..480a714aa6c9 100644 --- a/dev-libs/openssl/openssl-1.1.1f.ebuild +++ b/dev-libs/openssl/openssl-1.1.1f.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 )" |