sys-apps/polychromatic: symc live 9999

Bug: https://bugs.gentoo.org/974138
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-07-31 18:30:25 +02:00
parent 72a7893da5
commit 178c48d535

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit meson python-single-r1 readme.gentoo-r1 xdg
@@ -13,12 +13,10 @@ HOMEPAGE="https://polychromatic.app/
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi