diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:23 +0000 |
commit | 64da7ca0e54ab940b763123248eb0dab801e51ff (patch) | |
tree | 784bc4453ca013a985104bce54d21f2fd5fb69d8 /sys-libs | |
parent | dev-util/lldb: Stabilize 17.0.6 amd64, #920044 (diff) | |
download | gentoo-64da7ca0e54ab940b763123248eb0dab801e51ff.tar.gz gentoo-64da7ca0e54ab940b763123248eb0dab801e51ff.tar.bz2 gentoo-64da7ca0e54ab940b763123248eb0dab801e51ff.zip |
sys-libs/llvm-libunwind: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.6.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.6.ebuild index b91c683ce070..808322aec302 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.6.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |