Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq-mathcomp/
Date: Wed, 15 Mar 2023 01:29:09
Message-Id: 1678839940.5845e37ea1bc6cb1e9d2e80642c63b52a09c1f87.xgqt@gentoo
1 commit: 5845e37ea1bc6cb1e9d2e80642c63b52a09c1f87
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 23:53:27 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 00:25:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5845e37e
7
8 sci-mathematics/coq-mathcomp: introduce COQ_MIN_V
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild
16 index fec89b781e85..7ccb37804477 100644
17 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild
18 +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=8
22
23 +COQ_MIN_V=8.16.0
24 +
25 DESCRIPTION="Mathematical Components for the Coq proof assistant"
26 HOMEPAGE="https://github.com/math-comp/math-comp/"
27 SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz
28 @@ -14,7 +16,7 @@ SLOT="0/${PV}"
29 KEYWORDS="~amd64"
30
31 RDEPEND="
32 + >=sci-mathematics/coq-${COQ_MIN_V}:=
33 dev-lang/ocaml:=
34 - >=sci-mathematics/coq-8.16.0:=
35 "
36 DEPEND="${RDEPEND}"