diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:50:26 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 15:50:26 +0100 |
commit | 778f61249172af52a7b154b0ab9b3d5736334d35 (patch) | |
tree | 6433b834b316bbcbae180e0a8c83b40fe7166727 /sys-devel | |
parent | sys-devel/llvm: marked *-macos (diff) | |
download | gentoo-778f61249172af52a7b154b0ab9b3d5736334d35.tar.gz gentoo-778f61249172af52a7b154b0ab9b3d5736334d35.tar.bz2 gentoo-778f61249172af52a7b154b0ab9b3d5736334d35.zip |
sys-devel/llvm-common: marked *-macos
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm-common/llvm-common-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm-common/llvm-common-5.0.1.ebuild b/sys-devel/llvm-common/llvm-common-5.0.1.ebuild index 2e64a766a5aa..b5c427d6efea 100644 --- a/sys-devel/llvm-common/llvm-common-5.0.1.ebuild +++ b/sys-devel/llvm-common/llvm-common-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 @@ -10,7 +10,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="!sys-devel/llvm:0" |