diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-11-12 14:38:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-11-12 14:39:01 -0500 |
commit | 02f4217611747541df68912e09b749f6983b955b (patch) | |
tree | a17fec4f772cfeae608dad1fc9cf8064575d9bf7 /dev-libs | |
parent | dev-libs/libressl: restrict tests, bug #625266 (diff) | |
download | gentoo-02f4217611747541df68912e09b749f6983b955b.tar.gz gentoo-02f4217611747541df68912e09b749f6983b955b.tar.bz2 gentoo-02f4217611747541df68912e09b749f6983b955b.zip |
dev-libs/libressl: 2.6.0 stable on arm, bug #627696
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libressl/libressl-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-2.6.0.ebuild b/dev-libs/libressl/libressl-2.6.0.ebuild index 3153ad3c6b82..a280490ce539 100644 --- a/dev-libs/libressl/libressl-2.6.0.ebuild +++ b/dev-libs/libressl/libressl-2.6.0.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/43" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0" |