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, 30 Mar 2018 14:01:14
Message-Id: 1522418465.0c96836efbe5129e342f3a4714582d72b8d93e11.blueness@gentoo
1 commit: 0c96836efbe5129e342f3a4714582d72b8d93e11
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 14:00:48 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 14:01:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c96836e
7
8 dev-libs/libressl: version 2.6.4 stable on amd64 and x86, bug #651564
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/libressl/libressl-2.6.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.6.4.ebuild b/dev-libs/libressl/libressl-2.6.4.ebuild
16 index 22abf48a53e..d58d71cae12 100644
17 --- a/dev-libs/libressl/libressl-2.6.4.ebuild
18 +++ b/dev-libs/libressl/libressl-2.6.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -14,7 +14,7 @@ LICENSE="ISC openssl"
26 # we'll try to use the max of either. However, if either change between
27 # versions, we have to change the subslot to trigger rebuild of consumers.
28 SLOT="0/44"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
31 IUSE="+asm static-libs"
32
33 RDEPEND="!dev-libs/openssl:0"