Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Fri, 23 Mar 2018 00:04:19
Message-Id: 1521763449.65bc2398c80a71cb131d6af95b5b76c83212918b.blueness@gentoo
1 commit: 65bc2398c80a71cb131d6af95b5b76c83212918b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 00:03:52 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 00:04:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bc2398
7
8 dev-libs/libressl: keyword mask, breaks many packages
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/libressl/libressl-2.7.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.7.0.ebuild b/dev-libs/libressl/libressl-2.7.0.ebuild
16 index 8884f50f75c..e57761f47fe 100644
17 --- a/dev-libs/libressl/libressl-2.7.0.ebuild
18 +++ b/dev-libs/libressl/libressl-2.7.0.ebuild
19 @@ -14,7 +14,8 @@ 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/45"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
24 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS=""
26 IUSE="+asm static-libs"
27
28 RDEPEND="!dev-libs/openssl:0"