Diff gimp-2.99.16 with a gimp-9999

/usr/portage/media-gfx/gimp/gimp-9999.ebuild 2023-10-09 14:52:31.628368404 +0300
7 7
PYTHON_COMPAT=( python3_{10..11} )
8 8
VALA_USE_DEPEND=vapigen
9 9

  
10
inherit lua-single meson python-single-r1 vala xdg
10
inherit git-r3 lua-single meson python-single-r1 vala xdg
11 11

  
12 12
DESCRIPTION="GNU Image Manipulation Program"
13 13
HOMEPAGE="https://www.gimp.org/"
14
SRC_URI="mirror://gimp/v$(ver_cut 1-2)/${P}.tar.xz"
15

  
14
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gimp.git"
15
SRC_URI=""
16 16
LICENSE="GPL-3+ LGPL-3+"
17 17
SLOT="0/3"
18 18

  
......
111 111

  
112 112
DOCS=( "AUTHORS" "devel-docs/HACKING.md" "NEWS" "README" "README.i18n" )
113 113

  
114
PATCHES=(
115
	"${FILESDIR}/${PN}-2.10_fix_musl_backtrace_backend_switch.patch" #900148
116
)
117

  
118 114
pkg_setup() {
119 115
	use lua && lua-single_pkg_setup
120 116

  
Thank you!