diff --git a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild index e7a513ee9644a..2d9f4be55a5e3 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_11 ) inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ toolchain-funcs @@ -17,10 +17,6 @@ IUSE="+clang +static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" -# in 15.x, cxxabi.h is moving from libcxx to libcxxabi -RDEPEND+=" - !