Сравнение polychromatic-0.9.6 с polychromatic-0.9.7
| /usr/portage/sys-apps/polychromatic/polychromatic-0.9.7.ebuild 2026-07-03 20:03:05.098731070 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 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}.git"
|
|
| 17 |
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
|
|
| 18 | 18 |
else |
| 19 | 19 |
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
|
| 20 |
-> ${P}.tar.gz"
|
|
| 20 |
-> ${P}.gh.tar.gz"
|
|
| 21 | 21 | |
| 22 | 22 |
KEYWORDS="amd64" |
| 23 | 23 |
fi |