Diff gallery-dl-1.32.4 with a gallery-dl-9999

/usr/portage/net-misc/gallery-dl/gallery-dl-9999.ebuild 2025-07-17 18:21:11.873166968 +0300
1
# Copyright 1999-2026 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
5 5

  
6
PYTHON_COMPAT=( python3_{12..15} )
6
PYTHON_COMPAT=( python3_{12..14} )
7 7
PYTHON_REQ_USE="sqlite,ssl,xml(+)"
8 8
DISTUTILS_USE_PEP517="setuptools"
9 9

  
......
15 15
if [[ "${PV}" == *9999* ]]; then
16 16
	inherit git-r3
17 17

  
18
	EGIT_REPO_URI="https://github.com/mikf/${PN}"
18
	EGIT_REPO_URI="https://github.com/mikf/${PN}.git"
19 19
else
20 20
	SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz
21 21
		-> ${P}.gh.tar.gz"
Thank you!