diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:57:07 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:58:15 +0200 |
commit | 6b512a8cef859a44aa922ffe76ce98f6c6014d7f (patch) | |
tree | af9b90c4ade4afb34de1f84bd215408fc6febf5c /sys-devel/clang-runtime | |
parent | sys-devel/clang-common: x86 stable wrt bug #849464 (diff) | |
download | gentoo-6b512a8cef859a44aa922ffe76ce98f6c6014d7f.tar.gz gentoo-6b512a8cef859a44aa922ffe76ce98f6c6014d7f.tar.bz2 gentoo-6b512a8cef859a44aa922ffe76ce98f6c6014d7f.zip |
sys-devel/clang-runtime: x86 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild b/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild index 533534afe7d9..0bd1a498f6d9 100644 --- a/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |