diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 19:02:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-16 19:02:25 +0000 |
commit | ba8c3a7b1fa4d1e3bc102b2b3bd4fc6120d34d76 (patch) | |
tree | 77592d832d48e0c30e69b86909bfd1eef2a19644 /sys-devel | |
parent | sys-libs/libomp: Stabilize 11.0.1 ppc64, #768567 (diff) | |
download | gentoo-ba8c3a7b1fa4d1e3bc102b2b3bd4fc6120d34d76.tar.gz gentoo-ba8c3a7b1fa4d1e3bc102b2b3bd4fc6120d34d76.tar.bz2 gentoo-ba8c3a7b1fa4d1e3bc102b2b3bd4fc6120d34d76.zip |
sys-devel/clang-runtime: Stabilize 11.0.1 ppc64, #768567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild index 43bbae3d0abf..c7b7ec0ae636 100644 --- a/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -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="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |