diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:04:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-19 17:13:11 +0200 |
commit | 6aeb6eeeedf0ebd85b044e9f53914e6f380dd5ef (patch) | |
tree | 142e4e3b9b6693d53af9ebf3c60664281cb9b3de /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Fix EmptyGlobalAssignment (diff) | |
download | gentoo-6aeb6eeeedf0ebd85b044e9f53914e6f380dd5ef.tar.gz gentoo-6aeb6eeeedf0ebd85b044e9f53914e6f380dd5ef.tar.bz2 gentoo-6aeb6eeeedf0ebd85b044e9f53914e6f380dd5ef.zip |
sys-libs/llvm-libunwind: Fix EmptyGlobalAssignment
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
3 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.9999.ebuild index 94ec81df1452..8f54197f0751 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.3.9999.ebuild @@ -12,7 +12,6 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="" IUSE="+clang +debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0.9999.ebuild index 94ec81df1452..8f54197f0751 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0.9999.ebuild @@ -12,7 +12,6 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="" IUSE="+clang +debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0_pre20231013.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0_pre20231013.ebuild index 94ec81df1452..8f54197f0751 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0_pre20231013.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-18.0.0_pre20231013.ebuild @@ -12,7 +12,6 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="" IUSE="+clang +debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |