Сравнение libcxx-15.0.7-r1 с libcxx-16.0.6
/usr/portage/sys-libs/libcxx/libcxx-16.0.6.ebuild 2023-10-09 14:52:35.552368503 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 |
inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \ |
8 | 8 |
toolchain-funcs |
9 | 9 | |
... | ... | |
12 | 12 | |
13 | 13 |
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 ~arm arm64 ~riscv ~sparc x86 ~x64-macos" |
|
15 |
KEYWORDS="amd64 arm arm64 ~loong ~riscv sparc x86 ~x64-macos" |
|
16 | 16 |
IUSE="+clang +libcxxabi +static-libs test" |
17 | 17 |
REQUIRED_USE="test? ( clang )" |
18 | 18 |
RESTRICT="!test? ( test )" |
... | ... | |
42 | 42 |
" |
43 | 43 | |
44 | 44 |
LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake ) |
45 |
LLVM_PATCHSET=${PV}-r1 |
|
45 |
LLVM_PATCHSET=${PV} |
|
46 | 46 |
llvm.org_set_globals |
47 | 47 | |
48 | 48 |
python_check_deps() { |