Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Fri, 02 Feb 2018 09:05:50
Message-Id: 1517562331.e4fd1f9f39975ba30fbbd8c82feaf9effa099109.grobian@gentoo
1 commit: e4fd1f9f39975ba30fbbd8c82feaf9effa099109
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 2 09:00:24 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 2 09:05:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fd1f9f
7
8 sys-devel/clang: marked ~amd64-linux
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-devel/clang/clang-5.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/clang/clang-5.0.1.ebuild b/sys-devel/clang/clang-5.0.1.ebuild
16 index 8b668622e89..375aedcf55a 100644
17 --- a/sys-devel/clang/clang-5.0.1.ebuild
18 +++ b/sys-devel/clang/clang-5.0.1.ebuild
19 @@ -30,7 +30,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
20
21 LICENSE="UoI-NCSA"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="amd64 ~arm64 x86 ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
26 test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"