diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 10:10:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 10:10:45 +0300 |
commit | 8bb9390aa93dc8e6c29ab2b7568a3a2a57485f26 (patch) | |
tree | dd53844f60f06dda2e6f7477b325a9cd23d6efd6 /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 13.0.1 ppc64, #833209 (diff) | |
download | gentoo-8bb9390aa93dc8e6c29ab2b7568a3a2a57485f26.tar.gz gentoo-8bb9390aa93dc8e6c29ab2b7568a3a2a57485f26.tar.bz2 gentoo-8bb9390aa93dc8e6c29ab2b7568a3a2a57485f26.zip |
sys-devel/clang-runtime: Stabilize 13.0.1 ppc64, #833209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild index 20f604bdc651..31065696892c 100644 --- a/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-13.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="" 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 )" |