Diff polychromatic-0.9.7 with a polychromatic-9999

/usr/portage/sys-apps/polychromatic/polychromatic-9999.ebuild 2025-03-20 18:21:35.719552044 +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..14} )
6
PYTHON_COMPAT=( python3_{11..13} )
7 7

  
8 8
inherit meson python-single-r1 readme.gentoo-r1 xdg
9 9

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

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

  
22
	KEYWORDS="amd64"
22
	KEYWORDS="~amd64"
23 23
fi
24 24

  
25 25
LICENSE="GPL-3+"
Thank you!