diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-12-04 18:48:02 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-12-04 18:48:02 -0500 |
commit | 56d6d94826f2b842e3c2d15e244de57f88398419 (patch) | |
tree | 4dc60f4647b05c894d8ae5c9c98baf89be6df397 /dev-libs/libressl | |
parent | net-libs/libmicrohttpd: version bump to 0.9.47 (diff) | |
download | gentoo-56d6d94826f2b842e3c2d15e244de57f88398419.tar.gz gentoo-56d6d94826f2b842e3c2d15e244de57f88398419.tar.bz2 gentoo-56d6d94826f2b842e3c2d15e244de57f88398419.zip |
dev-libs/libressl: keyword ~arm
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.2.4.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libressl/libressl-2.3.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild b/dev-libs/libressl/libressl-2.2.4.ebuild index 68141da895b7..87bd4f538b85 100644 --- a/dev-libs/libressl/libressl-2.2.4.ebuild +++ b/dev-libs/libressl/libressl-2.2.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz" LICENSE="ISC openssl" SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0" diff --git a/dev-libs/libressl/libressl-2.3.1.ebuild b/dev-libs/libressl/libressl-2.3.1.ebuild index 62c06a307679..39969e1bc4b3 100644 --- a/dev-libs/libressl/libressl-2.3.1.ebuild +++ b/dev-libs/libressl/libressl-2.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz" LICENSE="ISC openssl" SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0" |