diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-29 20:22:31 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-29 20:22:31 -0400 |
commit | 335cbae983cbd5e2eff17b0853871332a5aca6a0 (patch) | |
tree | 865876ba7b9963c3826eac18fb2e6400bf3d9f0c /dev-libs/libressl | |
parent | dev-lang/php: add LibreSSL compatibility patch (diff) | |
download | gentoo-335cbae983cbd5e2eff17b0853871332a5aca6a0.tar.gz gentoo-335cbae983cbd5e2eff17b0853871332a5aca6a0.tar.bz2 gentoo-335cbae983cbd5e2eff17b0853871332a5aca6a0.zip |
dev-libs/libressl: add keywords for supported arches
The package will be added to package.mask for testing
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-2.7.2.ebuild b/dev-libs/libressl/libressl-2.7.2.ebuild index d988e0c8f015..c082e6648668 100644 --- a/dev-libs/libressl/libressl-2.7.2.ebuild +++ b/dev-libs/libressl/libressl-2.7.2.ebuild @@ -15,7 +15,7 @@ LICENSE="ISC openssl" # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/45" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="+asm static-libs test" REQUIRED_USE="test? ( static-libs )" |