Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Sun, 17 Feb 2019 18:32:32
Message-Id: 1550428340.746da9a0f0e179bf6eecc41d361fcbac0ccdc388.bman@gentoo
1 commit: 746da9a0f0e179bf6eecc41d361fcbac0ccdc388
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 18:30:35 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 18:32:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746da9a0
7
8 dev-libs/libressl: amd64 stable wrt bug #653516
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-libs/libressl/libressl-2.8.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild b/dev-libs/libressl/libressl-2.8.3.ebuild
16 index 18d0296fcb2..fc47b865d76 100644
17 --- a/dev-libs/libressl/libressl-2.8.3.ebuild
18 +++ b/dev-libs/libressl/libressl-2.8.3.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/46"
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 )"