Diff wireplumber-0.5.15 with a wireplumber-9999

/usr/portage/media-video/wireplumber/wireplumber-9999.ebuild 2026-03-11 11:46:08.289759638 +0300
17 17
# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-wireplumber-docs
18 18
# Set to 1 if prebuilt, 0 if not
19 19
# (the construct below is to allow overriding from env for script)
20
: ${WIREPLUMBER_DOCS_PREBUILT:=1}
20
: ${WIREPLUMBER_DOCS_PREBUILT:=0}
21 21

  
22 22
WIREPLUMBER_DOCS_PREBUILT_DEV=sam
23 23
WIREPLUMBER_DOCS_VERSION="$(ver_cut 1-3)"
......
25 25
WIREPLUMBER_DOCS_USEFLAG="+doc"
26 26

  
27 27
LUA_COMPAT=( lua5-{3,4} )
28
PYTHON_COMPAT=( python3_{12..14} )
28
PYTHON_COMPAT=( python3_{11..14} )
29 29

  
30 30
inherit lua-single meson python-any-r1 systemd
31 31

  
......
50 50
		WIREPLUMBER_DOCS_USEFLAG="doc"
51 51
	fi
52 52

  
53
	KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
53
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
54 54
fi
55 55

  
56 56
LICENSE="MIT"
Thank you!