Fix Gentoo ebuild again

This commit is contained in:
2026-07-19 04:05:11 +02:00
parent b0a00c67ac
commit 60a5d8846b
+1 -1
View File
@@ -20,12 +20,12 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
KEYWORDS=""
# Needed for tests
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"
KEYWORDS="amd64 x86"
fi
S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"