commit: fcc5f8e3f6a28d4199c83a11629b2cbe9db7e8db Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 19 15:04:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 15:13:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc5f8e3
sys-devel/clang-common: Fix EmptyGlobalAssignment Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/clang-common/clang-common-17.0.3.9999.ebuild | 1 - sys-devel/clang-common/clang-common-18.0.0.9999.ebuild | 1 - sys-devel/clang-common/clang-common-18.0.0_pre20231013.ebuild | 1 - 3 files changed, 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
