Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Mon, 09 Jul 2018 23:26:04
Message-Id: 1531178739.4f0766101a11dbc99f2b597d07459301af6e6f15.zlogene@gentoo
1 commit: 4f0766101a11dbc99f2b597d07459301af6e6f15
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 23:25:39 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 23:25:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f076610
7
8 dev-libs/libressl: mark s390 stable
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/libressl/libressl-2.6.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.6.5.ebuild b/dev-libs/libressl/libressl-2.6.5.ebuild
16 index 4df602fa966..c8e510fa235 100644
17 --- a/dev-libs/libressl/libressl-2.6.5.ebuild
18 +++ b/dev-libs/libressl/libressl-2.6.5.ebuild
19 @@ -14,7 +14,7 @@ LICENSE="ISC openssl"
20 # we'll try to use the max of either. However, if either change between
21 # versions, we have to change the subslot to trigger rebuild of consumers.
22 SLOT="0/44"
23 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86"
25 IUSE="+asm static-libs test"
26 REQUIRED_USE="test? ( static-libs )"