diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-30 02:14:06 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-30 02:19:17 +0200 |
commit | 19e69fc749ce58452154ef854aabd415c7221b2e (patch) | |
tree | 22a723e505ea85adf4a1f958b9c060d84a85999f /sys-devel | |
parent | sys-devel/llvm-common: x86 stable (bug #777282) (diff) | |
download | gentoo-19e69fc749ce58452154ef854aabd415c7221b2e.tar.gz gentoo-19e69fc749ce58452154ef854aabd415c7221b2e.tar.bz2 gentoo-19e69fc749ce58452154ef854aabd415c7221b2e.zip |
sys-devel/llvm: x86 stable (bug #777282)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild index 9b74cd6a434a..47f7fbdeb37b 100644 --- a/sys-devel/llvm/llvm-11.1.0.ebuild +++ b/sys-devel/llvm/llvm-11.1.0.ebuild @@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 kernel_Darwin ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" |