dev-scheme/owl-lisp: fix StaticSrcUri

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-09-30 23:56:37 +01:00
parent 970b433be5
commit 30c6abe8c3
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git"
else
SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz"
SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v${PV}/owl-v${PV}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/owl-v${PV}"
fi

View File

@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/owl-lisp/owl.git"
else
SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v0.2/owl-v${PV}.tar.gz"
SRC_URI="https://gitlab.com/owl-lisp/owl/-/archive/v${PV}/owl-v${PV}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/owl-v${PV}"
fi