Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/
Date: Mon, 16 Sep 2019 22:14:05
Message-Id: 1568672028.e3e3f1c8fc94c1cb1970448153d33d59a79cf157.bman@gentoo
1 commit: e3e3f1c8fc94c1cb1970448153d33d59a79cf157
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 21:58:46 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 22:13:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e3f1c8
7
8 sys-libs/compiler-rt-sanitizers: arm64 stable (bug #693856)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12
13 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild
17 index 076fc4939f5..584c1f62144 100644
18 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild
19 +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild
20 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/${
21
22 LICENSE="|| ( UoI-NCSA MIT )"
23 SLOT="${PV%_*}"
24 -KEYWORDS="amd64 arm ~arm64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="+clang +libfuzzer +profile +sanitize test +xray elibc_glibc"
27 # FIXME: libfuzzer does not enable all its necessary dependencies
28 REQUIRED_USE="libfuzzer? ( || ( sanitize xray ) )"