diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:50:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:50:00 +0100 |
commit | fc10d0127628fa44160923e0624b362f11f386ad (patch) | |
tree | 89ab440f2430302ecd0264f506e1b839395144a9 /sys-devel | |
parent | sys-libs/compiler-rt-sanitizers: marked *-macos (diff) | |
download | gentoo-fc10d0127628fa44160923e0624b362f11f386ad.tar.gz gentoo-fc10d0127628fa44160923e0624b362f11f386ad.tar.bz2 gentoo-fc10d0127628fa44160923e0624b362f11f386ad.zip |
sys-devel/llvm: marked *-macos
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild index 07f074168c8d..6fd493f8e9cf 100644 --- a/sys-devel/llvm/llvm-5.0.1.ebuild +++ b/sys-devel/llvm/llvm-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="UoI-NCSA rc BSD public-domain llvm_targets_ARM? ( LLVM-Grant )" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc gold libedit +libffi ncurses test kernel_Darwin ${ALL_LLVM_TARGETS[*]}" |