Сравнение clang-19.1.7 с clang-22.1.6

/usr/portage/dev-python/clang/clang-22.1.6.ebuild 2026-05-27 19:17:04.545637661 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..13} )
6
PYTHON_COMPAT=( python3_{11..14} )
7 7
inherit llvm.org python-r1
8 8

  
9 9
DESCRIPTION="Python bindings for llvm-core/clang"
......
11 11

  
12 12
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
15 15
IUSE="test"
16 16
RESTRICT="!test? ( test )"
17 17
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
......
34 34
	)
35 35
"
36 36

  
37
LLVM_COMPONENTS=( clang/bindings/python )
37
LLVM_COMPONENTS=( clang/{bindings/python,include} )
38 38
llvm.org_set_globals
39 39

  
40 40
python_test() {
Спасибо!