Сравнение kissfft-131.1.0-r3 с kissfft-9999

/usr/portage/sci-libs/kissfft/kissfft-9999.ebuild 2025-12-11 18:18:04.708440376 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..13} )
6
PYTHON_COMPAT=( python3_{11..14} )
7 7

  
8 8
inherit cmake multibuild python-any-r1 toolchain-funcs
9 9

  
10
DESCRIPTION="A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid"
10
DESCRIPTION="Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid"
11 11
HOMEPAGE="https://github.com/mborgerding/kissfft"
12 12

  
13 13
if [[ ${PV} == *9999 ]] ; then
......
15 15
	inherit git-r3
16 16
else
17 17
	SRC_URI="https://github.com/mborgerding/kissfft/archive/${PV}.tar.gz -> ${P}.tar.gz"
18
	KEYWORDS="amd64 ~arm arm64 ~riscv x86"
18
	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
19 19
fi
20 20

  
21 21
LICENSE="BSD"
......
23 23
IUSE="alloca cpu_flags_x86_sse double int16 int32 openmp test tools"
24 24
RESTRICT="!test? ( test )"
25 25

  
26
RDEPEND="tools? ( media-libs/libpng:= )"
26 27
DEPEND="
28
	${RDEPEND}
27 29
	test? (
28 30
		sci-libs/fftw:3.0
29 31
		$(python_gen_any_dep '
......
33 35
"
34 36

  
35 37
PATCHES=(
36
	"${FILESDIR}"/${PN}-131.1.0-cross.patch
37
	"${FILESDIR}"/${PN}-131.1.0-cmake{,4}.patch # bug #957670, PR pending
38
	# PR pending https://github.com/mborgerding/kissfft/pull/92
39
	"${FILESDIR}"/${PN}-131.1.0-cmake.patch
38 40
)
39 41

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