mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-util/coq-lsp: Use * to specify the deps version
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
@@ -5,14 +5,13 @@ EAPI=8
|
|||||||
|
|
||||||
inherit dune
|
inherit dune
|
||||||
|
|
||||||
COQ_MIN_V=8.19
|
COQ_V=8.19
|
||||||
COQ_MAX_V=8.20
|
|
||||||
|
|
||||||
DESCRIPTION="Visual Studio Code Extension and Language Server Protocol for Coq"
|
DESCRIPTION="Visual Studio Code Extension and Language Server Protocol for Coq"
|
||||||
HOMEPAGE="https://github.com/ejgallego/coq-lsp"
|
HOMEPAGE="https://github.com/ejgallego/coq-lsp"
|
||||||
SRC_URI="https://github.com/ejgallego/coq-lsp/archive/${PV}+${COQ_MIN_V}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/ejgallego/coq-lsp/archive/${PV}+${COQ_V}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
S="${WORKDIR}/${P}-${COQ_MIN_V}"
|
S="${WORKDIR}/${P}-${COQ_V}"
|
||||||
|
|
||||||
LICENSE="LGPL-2.1"
|
LICENSE="LGPL-2.1"
|
||||||
|
|
||||||
@@ -24,7 +23,7 @@ IUSE="ocamlopt test"
|
|||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=sci-mathematics/coq-${COQ_MIN_V}.0:= <sci-mathematics/coq-${COQ_MAX_V}.0:=
|
=sci-mathematics/coq-${COQ_V}*:=
|
||||||
sci-mathematics/coq-serapi:=
|
sci-mathematics/coq-serapi:=
|
||||||
|
|
||||||
dev-ml/cmdliner:=
|
dev-ml/cmdliner:=
|
||||||
|
|||||||
Reference in New Issue
Block a user