diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:04:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:13:14 +0200 |
commit | 1058c745f30d5049a5c19dc01c3f5a6f6a02fda8 (patch) | |
tree | 2e5a0929868ffef4adb9b5b030360c460a05d367 /sys-devel | |
parent | sys-libs/libomp: Fix EmptyGlobalAssignment (diff) | |
download | gentoo-1058c745f30d5049a5c19dc01c3f5a6f6a02fda8.tar.gz gentoo-1058c745f30d5049a5c19dc01c3f5a6f6a02fda8.tar.bz2 gentoo-1058c745f30d5049a5c19dc01c3f5a6f6a02fda8.zip |
sys-devel/clang-runtime: Fix EmptyGlobalAssignment
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
3 files changed, 0 insertions, 3 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.3.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.3.9999.ebuild index c69faa0fbdd7..1ce7130b4264 100644 --- a/sys-devel/clang-runtime/clang-runtime-17.0.3.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-17.0.3.9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" -KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-18.0.0.9999.ebuild index c69faa0fbdd7..1ce7130b4264 100644 --- a/sys-devel/clang-runtime/clang-runtime-18.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-18.0.0.9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" -KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild index c69faa0fbdd7..1ce7130b4264 100644 --- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20231013.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" -KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |