diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-30 10:00:48 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-30 10:01:05 -0400 |
commit | 0c96836efbe5129e342f3a4714582d72b8d93e11 (patch) | |
tree | 3e0f9a4dcc0954c0c8f7abc050b6ee76aa0729ae /dev-libs/libressl | |
parent | dev-lang/python: Version bump to 3.4.8 (diff) | |
download | gentoo-0c96836efbe5129e342f3a4714582d72b8d93e11.tar.gz gentoo-0c96836efbe5129e342f3a4714582d72b8d93e11.tar.bz2 gentoo-0c96836efbe5129e342f3a4714582d72b8d93e11.zip |
dev-libs/libressl: version 2.6.4 stable on amd64 and x86, bug #651564
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libressl')
-rw-r--r-- | dev-libs/libressl/libressl-2.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild index 22abf48a53e9..d58d71cae12f 100644 --- a/dev-libs/libressl/libressl-2.6.4.ebuild +++ b/dev-libs/libressl/libressl-2.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # 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/44" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0" |