diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-25 13:15:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-25 13:15:04 +0300 |
commit | aa7bfffb75d8d6264b8bd591e701dbb9cc69b4e9 (patch) | |
tree | 13158c447055aef7589db56a6d9c918810054d6f /sys-libs/llvm-libunwind | |
parent | dev-python/lit: Stabilize 15.0.3 sparc, #878087 (diff) | |
download | gentoo-aa7bfffb75d8d6264b8bd591e701dbb9cc69b4e9.tar.gz gentoo-aa7bfffb75d8d6264b8bd591e701dbb9cc69b4e9.tar.bz2 gentoo-aa7bfffb75d8d6264b8bd591e701dbb9cc69b4e9.zip |
sys-libs/llvm-libunwind: Stabilize 15.0.3 sparc, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild index 9323dc121cae..74722836ef03 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.3.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 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86 ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |