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/llvm/
Date: Wed, 03 Jan 2018 14:51:54
Message-Id: 1514991000.fc10d0127628fa44160923e0624b362f11f386ad.grobian@gentoo
1 commit: fc10d0127628fa44160923e0624b362f11f386ad
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 14:50:00 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 14:50:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc10d012
7
8 sys-devel/llvm: marked *-macos
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-devel/llvm/llvm-5.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild
16 index 07f074168c8..6fd493f8e9c 100644
17 --- a/sys-devel/llvm/llvm-5.0.1.ebuild
18 +++ b/sys-devel/llvm/llvm-5.0.1.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 @@ -33,7 +33,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
26 LICENSE="UoI-NCSA rc BSD public-domain
27 llvm_targets_ARM? ( LLVM-Grant )"
28 SLOT="$(ver_cut 1)"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
31 IUSE="debug doc gold libedit +libffi ncurses test
32 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"