Fix Gentoo ebuild

This commit is contained in:
2026-07-19 03:58:56 +02:00
parent 33ff828b83
commit b25223b35e
+1 -1
View File
@@ -23,7 +23,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
S="${WORKDIR}/${PN}"
EGIT_CHECKOUT_DIR="${S}"
else
SRC_URI="https://git-ccc-rheintal.ch/spacefreak/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://git-ccc-rheintal.ch/spacefreak/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi