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: Tue, 31 Dec 2019 18:32:22
Message-Id: 1577817127.0665d5ac88a642f72dbe0f539e1f54c19b6bcb69.bman@gentoo
1 commit: 0665d5ac88a642f72dbe0f539e1f54c19b6bcb69
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 18:32:07 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 18:32:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0665d5ac
7
8 dev-libs/libressl: arm64 stable (bug #704228)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 dev-libs/libressl/libressl-3.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libressl/libressl-3.0.2.ebuild b/dev-libs/libressl/libressl-3.0.2.ebuild
17 index 0359087e0c1..0ddb04038cf 100644
18 --- a/dev-libs/libressl/libressl-3.0.2.ebuild
19 +++ b/dev-libs/libressl/libressl-3.0.2.ebuild
20 @@ -14,7 +14,7 @@ LICENSE="ISC openssl"
21 # we'll try to use the max of either. However, if either change between
22 # versions, we have to change the subslot to trigger rebuild of consumers.
23 SLOT="0/47"
24 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="+asm static-libs test"
27 RESTRICT="!test? ( test )"
28 REQUIRED_USE="test? ( static-libs )"