diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:04:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:13:03 +0200 |
commit | fcc5f8e3f6a28d4199c83a11629b2cbe9db7e8db (patch) | |
tree | 361b23b1335c9c438812174e5dfe4174a5f757f2 | |
parent | dev-ml/llvm-ocaml: Fix EmptyGlobalAssignment (diff) | |
download | gentoo-fcc5f8e3f6a28d4199c83a11629b2cbe9db7e8db.tar.gz gentoo-fcc5f8e3f6a28d4199c83a11629b2cbe9db7e8db.tar.bz2 gentoo-fcc5f8e3f6a28d4199c83a11629b2cbe9db7e8db.zip |
sys-devel/clang-common: Fix EmptyGlobalAssignment
Signed-off-by: Michał Górny <mgorny@gentoo.org>
3 files changed, 0 insertions, 3 deletions
diff --git a/sys-devel/clang-common/clang-common-17.0.3.9999.ebuild b/sys-devel/clang-common/clang-common-17.0.3.9999.ebuild index 1367bb7cefae..dd31325d1994 100644 --- a/sys-devel/clang-common/clang-common-17.0.3.9999.ebuild +++ b/sys-devel/clang-common/clang-common-17.0.3.9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" IUSE=" default-compiler-rt default-libcxx default-lld llvm-libunwind hardened diff --git a/sys-devel/clang-common/clang-common-18.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-18.0.0.9999.ebuild index 231f4111793f..b58ed6b486c2 100644 --- a/sys-devel/clang-common/clang-common-18.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-18.0.0.9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" IUSE=" default-compiler-rt default-libcxx default-lld llvm-libunwind hardened diff --git a/sys-devel/clang-common/clang-common-18.0.0_pre20231013.ebuild b/sys-devel/clang-common/clang-common-18.0.0_pre20231013.ebuild index 231f4111793f..b58ed6b486c2 100644 --- a/sys-devel/clang-common/clang-common-18.0.0_pre20231013.ebuild +++ b/sys-devel/clang-common/clang-common-18.0.0_pre20231013.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="" IUSE=" default-compiler-rt default-libcxx default-lld llvm-libunwind hardened |