diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 18:03:49 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 18:06:55 +0100 |
commit | 1781922da3b9838f2429559abf58b5ae6792b3fb (patch) | |
tree | ba4f2e055d8d1639d2d58355dfee15f1900da88e | |
parent | sys-devel/clang-common: x86 stable (bug #768567) (diff) | |
download | gentoo-1781922da3b9838f2429559abf58b5ae6792b3fb.tar.gz gentoo-1781922da3b9838f2429559abf58b5ae6792b3fb.tar.bz2 gentoo-1781922da3b9838f2429559abf58b5ae6792b3fb.zip |
sys-devel/clang: x86 stable (bug #768567)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | sys-devel/clang/clang-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-11.0.1.ebuild b/sys-devel/clang/clang-11.0.1.ebuild index 74831679d500..04bae2881184 100644 --- a/sys-devel/clang/clang-11.0.1.ebuild +++ b/sys-devel/clang/clang-11.0.1.ebuild @@ -22,7 +22,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x64-macos" IUSE="debug default-compiler-rt default-libcxx default-lld doc +static-analyzer test xml kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="${PYTHON_REQUIRED_USE} |