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