Fix typo in Gentoo ebuild

This commit is contained in:
2026-07-19 04:01:59 +02:00
parent c92bd155c2
commit b0a00c67ac
+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/v${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