Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/
Date: Wed, 04 May 2016 05:17:10
Message-Id: 1462339023.948b813eb16ee250e8df8e99fc8cf1c4bc32c44e.jer@gentoo
1 commit: 948b813eb16ee250e8df8e99fc8cf1c4bc32c44e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 05:16:47 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 05:17:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948b813e
7
8 dev-libs/openssl: Stable for PPC64 (bug #581234).
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/openssl/openssl-1.0.2h.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/openssl/openssl-1.0.2h.ebuild b/dev-libs/openssl/openssl-1.0.2h.ebuild
17 index d50d0af..9412cb3 100644
18 --- a/dev-libs/openssl/openssl-1.0.2h.ebuild
19 +++ b/dev-libs/openssl/openssl-1.0.2h.ebuild
20 @@ -15,7 +15,7 @@ LICENSE="openssl"
21 # subslot set to 1.0.2g version as this is the first release without SSLv2
22 # support and thus breaks nearly every openssl consumer (see bug #575548)
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
26 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib"
27 RESTRICT="!bindist? ( bindist )"