Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Thu, 26 Jan 2017 16:08:24
Message-Id: 1485446894.8d91ea8b7732fe2a8b4b13749987a130a3cd93e0.klausman@gentoo
1 commit: 8d91ea8b7732fe2a8b4b13749987a130a3cd93e0
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 15:19:45 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 16:08:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d91ea8b
7
8 dev-libs/libressl-2.5.0-r0: keyworded for ~alpha
9
10 Gentoo-Bug: 605004
11
12 dev-libs/libressl/libressl-2.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.5.0.ebuild b/dev-libs/libressl/libressl-2.5.0.ebuild
16 index e660288..7ae4ecf 100644
17 --- a/dev-libs/libressl/libressl-2.5.0.ebuild
18 +++ b/dev-libs/libressl/libressl-2.5.0.ebuild
19 @@ -15,7 +15,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/39"
23 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
25 IUSE="+asm static-libs"
26
27 RDEPEND="!dev-libs/openssl:0"