summaryrefslogtreecommitdiff
path: root/dev-lang/eisl/eisl-2.93.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-30 15:21:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-30 15:21:07 +0100
commit1c19f0d8d940b35f723e28d8a6ebe388cfacd1d8 (patch)
treeb2aa98b0377065abe57bb3c714b3dea02e87b036 /dev-lang/eisl/eisl-2.93.ebuild
parent70e4bd5c8f26b1f2baeb5146a841273b2cb15179 (diff)
gentoo auto-resync : 30:05:2023 - 15:21:06
Diffstat (limited to 'dev-lang/eisl/eisl-2.93.ebuild')
-rw-r--r--dev-lang/eisl/eisl-2.93.ebuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/eisl/eisl-2.93.ebuild b/dev-lang/eisl/eisl-2.93.ebuild
index fc6d817410fa..987db06ada03 100644
--- a/dev-lang/eisl/eisl-2.93.ebuild
+++ b/dev-lang/eisl/eisl-2.93.ebuild
@@ -7,12 +7,18 @@ inherit toolchain-funcs
DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard"
HOMEPAGE="https://github.com/sasagawa888/eisl/"
-SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git"
+else
+ SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
RESTRICT="test" # Tests run cppcheck (and fail)
DOCS=( README{,-ja}.md documents )