diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-18 01:31:13 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-18 01:31:13 +0100 |
commit | 33be6e07661d65a8b6dfa10440e4bf72f81b4b90 (patch) | |
tree | 47cc268be443f31b7fce0118d6a70f0c4c969b4f /dev-libs/libressl | |
parent | x11-terms/alacritty: drop old (diff) | |
download | gentoo-33be6e07661d65a8b6dfa10440e4bf72f81b4b90.tar.gz gentoo-33be6e07661d65a8b6dfa10440e4bf72f81b4b90.tar.bz2 gentoo-33be6e07661d65a8b6dfa10440e4bf72f81b4b90.zip |
dev-libs/libressl: x86 stable (bug #653516)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild b/dev-libs/libressl/libressl-2.8.3.ebuild index fc47b865d76f..175b70a63908 100644 --- a/dev-libs/libressl/libressl-2.8.3.ebuild +++ b/dev-libs/libressl/libressl-2.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 )" |