diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2018-05-28 22:30:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-08 10:03:34 +0200 |
commit | 9680e10bbe58db66d7d95f45bf6c63d19b03b93f (patch) | |
tree | 9f18eaef349e25f8c391664eee9bd4225a3c001a /sys-devel | |
parent | sys-devel/llvm-common: Keyword 5.0.2, 6.0.0 ~ppc64 (diff) | |
download | gentoo-9680e10bbe58db66d7d95f45bf6c63d19b03b93f.tar.gz gentoo-9680e10bbe58db66d7d95f45bf6c63d19b03b93f.tar.bz2 gentoo-9680e10bbe58db66d7d95f45bf6c63d19b03b93f.zip |
sys-devel/llvm: Keyword 5.0.2, and 6.0.0-r1 ~ppc64
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-5.0.2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-6.0.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-5.0.2.ebuild b/sys-devel/llvm/llvm-5.0.2.ebuild index 7879b01fcc59..768c86f3ad63 100644 --- a/sys-devel/llvm/llvm-5.0.2.ebuild +++ b/sys-devel/llvm/llvm-5.0.2.ebuild @@ -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 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc gold libedit +libffi ncurses test kernel_Darwin kernel_linux ${ALL_LLVM_TARGETS[*]}" diff --git a/sys-devel/llvm/llvm-6.0.0-r1.ebuild b/sys-devel/llvm/llvm-6.0.0-r1.ebuild index 9a8bed537ebb..9d7c3168e196 100644 --- a/sys-devel/llvm/llvm-6.0.0-r1.ebuild +++ b/sys-devel/llvm/llvm-6.0.0-r1.ebuild @@ -32,7 +32,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 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc gold libedit +libffi ncurses test xar xml kernel_Darwin ${ALL_LLVM_TARGETS[*]}" RESTRICT="!test? ( test )" |