diff options
author | 2024-12-06 21:49:39 +0000 | |
---|---|---|
committer | 2024-12-06 21:51:53 +0000 | |
commit | cc94bdd3fc34c2084aafc05365b21896d262f821 (patch) | |
tree | bca8af399d344c8958fd37824ccb6fc74acd5b04 /sys-libs | |
parent | dev-debug/lldb: Stabilize 19.1.4 amd64, #945145 (diff) | |
download | gentoo-cc94bdd3fc34c2084aafc05365b21896d262f821.tar.gz gentoo-cc94bdd3fc34c2084aafc05365b21896d262f821.tar.bz2 gentoo-cc94bdd3fc34c2084aafc05365b21896d262f821.zip |
sys-libs/llvm-libunwind: Stabilize 19.1.4 amd64, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-19.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-19.1.4.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-19.1.4.ebuild index 45b7c96819be..0bb592013468 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-19.1.4.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-19.1.4.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |