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: Wed, 17 Apr 2019 22:42:44
Message-Id: 1555536997.063a73a03824244a3b7f9118ab909a0a9290c0ec.bman@gentoo
1 commit: 063a73a03824244a3b7f9118ab909a0a9290c0ec
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 17 21:35:06 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 17 21:36:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063a73a0
7
8 dev-libs/libressl: arm64 stable (bug #683702)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-libs/libressl/libressl-2.8.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild b/dev-libs/libressl/libressl-2.8.3.ebuild
17 index b438e7c15ca..1dd097614e8 100644
18 --- a/dev-libs/libressl/libressl-2.8.3.ebuild
19 +++ b/dev-libs/libressl/libressl-2.8.3.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/46"
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 REQUIRED_USE="test? ( static-libs )"