Fix libspmenu ebuild

This commit is contained in:
Jacob 2024-02-22 21:57:18 +01:00
parent f96440b195
commit a575eabb09

View file

@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://git.speedie.site/speedie/spmenu"
else
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
SRC_URI="https://ls.speedie.site/spmenu-3.4.tar.gz -> ${P}.tar.gz"
SRC_URI="https://ls.speedie.site/spmenu-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/spmenu-${PV}"
fi