From 55d85b00f95c52ff327d35d9cc5bf240ab37f11f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 11 Nov 2023 22:34:01 +0000 Subject: gentoo auto-resync : 11:11:2023 - 22:34:00 --- .../libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 sys-libs/libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild (limited to 'sys-libs/libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild') diff --git a/sys-libs/libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild b/sys-libs/libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild new file mode 100644 index 000000000000..7b2c36768873 --- /dev/null +++ b/sys-libs/libcxxabi/libcxxabi-18.0.0_pre20231111.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ + toolchain-funcs + +DESCRIPTION="Low level support for a standard C++ library" +HOMEPAGE="https://libcxxabi.llvm.org/" + +LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" +SLOT="0" +IUSE="+clang +static-libs test" +REQUIRED_USE="test? ( clang )" +RESTRICT="!test? ( test )" + +# in 15.x, cxxabi.h is moving from libcxx to libcxxabi +RDEPEND+=" + !