Сравнение brotli-1.0.9-r6 с brotli-1.1.0

/usr/portage/app-arch/brotli/brotli-1.1.0.ebuild 2025-07-29 16:22:12.520447840 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
DISTUTILS_EXT=1
7 7
DISTUTILS_OPTIONAL="1"
8 8
DISTUTILS_USE_PEP517=setuptools
9
PYTHON_COMPAT=( python3_{10..12} pypy3 )
9
PYTHON_COMPAT=( python3_{11..14} )
10 10

  
11 11
inherit cmake-multilib distutils-r1 flag-o-matic
12 12

  
......
18 18
	SRC_URI="
19 19
		https://github.com/google/${PN}/archive/v${PV}.tar.gz
20 20
			-> ${P}.tar.gz
21
		test? (
22
			https://dev.gentoo.org/~mgorny/dist/${P}.testdata.tar.xz
23
		)
24 21
	"
25 22
fi
26 23

  
......
29 26

  
30 27
LICENSE="MIT python? ( Apache-2.0 )"
31 28
SLOT="0/$(ver_cut 1)"
32
IUSE="python static-libs test"
29
IUSE="python test"
33 30
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
34 31
RESTRICT="!test? ( test )"
35 32

  
......
47 44

  
48 45
DOCS=( README.md CONTRIBUTING.md )
49 46

  
50
PATCHES=( "${FILESDIR}/${PV}-linker.patch" )
51

  
52 47
src_prepare() {
53 48
	cmake_src_prepare
54 49
	use python && distutils-r1_src_prepare
......
84 79

  
85 80
multilib_src_install() {
86 81
	cmake_src_install
87
	if ! use static-libs; then
88
		rm "${ED}"/usr/$(get_libdir)/*.a || die
89
	fi
90 82
}
91 83

  
92 84
multilib_src_install_all() {
Спасибо!