diff options
author | Sam James <sam@gentoo.org> | 2024-12-06 21:50:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 21:52:30 +0000 |
commit | 1b9967343da26d352a43f3bf9c2c0c6887a080c7 (patch) | |
tree | 1dc4aaac684ea6e8d34e9e6df05369d3d867e107 /sys-libs/llvm-libunwind | |
parent | sys-devel/llvm-common: Stabilize 19.1.4 ppc64, #945145 (diff) | |
download | gentoo-1b9967343da26d352a43f3bf9c2c0c6887a080c7.tar.gz gentoo-1b9967343da26d352a43f3bf9c2c0c6887a080c7.tar.bz2 gentoo-1b9967343da26d352a43f3bf9c2c0c6887a080c7.zip |
sys-libs/llvm-libunwind: Stabilize 19.1.4 ppc64, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-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 57c6612f125d..bb0954b602d9 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 )" |