Diff sdl-jstest-0.2.2 with a sdl-jstest-9999

/usr/portage/dev-util/sdl-jstest/sdl-jstest-9999.ebuild 2024-07-02 13:51:45.733851502 +0300
39 39
	virtual/pkgconfig
40 40
"
41 41

  
42
PATCHES=(
43
	"${FILESDIR}"/${P}-appstream-util-nonet.patch
44
	"${FILESDIR}"/${P}-cmake-3.5.patch
45
	"${FILESDIR}"/${P}-sdl1.patch
46
)
47

  
48 42
src_unpack() {
49 43
	if [[ ${PV} == 9999 ]]; then
50 44
		local EGIT_SUBMODULES=( external/sdl_gamecontrollerdb )
Thank you!