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: Mon, 30 Apr 2018 00:29:47
Message-Id: 1525047751.335cbae983cbd5e2eff17b0853871332a5aca6a0.bman@gentoo
1 commit: 335cbae983cbd5e2eff17b0853871332a5aca6a0
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 30 00:22:31 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 00:22:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335cbae9
7
8 dev-libs/libressl: add keywords for supported arches
9
10 The package will be added to package.mask for testing
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13
14 dev-libs/libressl/libressl-2.7.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libressl/libressl-2.7.2.ebuild b/dev-libs/libressl/libressl-2.7.2.ebuild
18 index d988e0c8f01..c082e664866 100644
19 --- a/dev-libs/libressl/libressl-2.7.2.ebuild
20 +++ b/dev-libs/libressl/libressl-2.7.2.ebuild
21 @@ -15,7 +15,7 @@ LICENSE="ISC openssl"
22 # versions, we have to change the subslot to trigger rebuild of consumers.
23 SLOT="0/45"
24 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 -KEYWORDS=""
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
27 IUSE="+asm static-libs test"
28 REQUIRED_USE="test? ( static-libs )"