From 178c48d535928d74fb5e1896e2019db9ce0363c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 31 Jul 2026 18:30:25 +0200 Subject: [PATCH] sys-apps/polychromatic: symc live 9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/974138 Signed-off-by: Maciej Barć --- sys-apps/polychromatic/polychromatic-9999.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/polychromatic/polychromatic-9999.ebuild b/sys-apps/polychromatic/polychromatic-9999.ebuild index eb7dc2925c368..fb161bb5eaff7 100644 --- a/sys-apps/polychromatic/polychromatic-9999.ebuild +++ b/sys-apps/polychromatic/polychromatic-9999.ebuild @@ -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