summaryrefslogtreecommitdiff
path: root/sci-mathematics/coq-mathcomp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-15 06:20:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-15 06:20:30 +0000
commitbb007f0b04c719fd2b846d177c3c4739fdb7c318 (patch)
tree80f756c3d190f4dbf28e8016c211ab618a50ccb9 /sci-mathematics/coq-mathcomp
parent1f048d9b860b8c7b69ac8dd085edc9ee3191b2d5 (diff)
gentoo auto-resync : 15:03:2023 - 06:20:30
Diffstat (limited to 'sci-mathematics/coq-mathcomp')
-rw-r--r--sci-mathematics/coq-mathcomp/Manifest2
-rw-r--r--sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/coq-mathcomp/Manifest b/sci-mathematics/coq-mathcomp/Manifest
index 895b6557c485..5286151810ff 100644
--- a/sci-mathematics/coq-mathcomp/Manifest
+++ b/sci-mathematics/coq-mathcomp/Manifest
@@ -3,5 +3,5 @@ DIST coq-mathcomp-1.15.0.tar.gz 1359283 BLAKE2B 7a575e49f93c6527da877a4044ae97d8
DIST coq-mathcomp-1.16.0.tar.gz 1377232 BLAKE2B f9246ff2a6e583facc31278728b0865fdfb4d9cb6422687643321712b22d7fa61e40dd95e7782ba8443f66b61f9f6a82caead767a6985c87e6fe731a04494713 SHA512 80dc82e0deea4b3e05811b9dca3cf7c0169387288a5cc5c7e95c452c7aa041a37df34d93546c6597c6717106e20dc98400c7b0bbb8d1d1915e2063cfe6fd300b
EBUILD coq-mathcomp-1.14.0-r2.ebuild 655 BLAKE2B 4357eb7d40a70f022cf4d5353dd0db55499e2ac18bfacc415e45606643fe6f3d45207011778c66b7378f24f2f9234f4fdae621a37d1b87367f8a0821254c1dde SHA512 2cb5ea806d40513858bd9530d616588f75022703c6aca08065afd9b118b449b8f6840e341ecf63884b0caca6eab16b5174a3ea3197fc64aaddcd02805bba4c8a
EBUILD coq-mathcomp-1.15.0-r1.ebuild 510 BLAKE2B 126304e45e50bb2e74d4100f3b32f7625929612d30eaed013a762b6fd61ffca68bddeb7dafff020a03bce65342dc197cc1774f390968c31c246d1a2e1038776a SHA512 4d331ae27219f6624f0d3eb62e967e5a18b480661faee897d4f4cf93b2a3a5debce577320c6b4048849430f3b61483c73866fbebcd258c35651c71acfa6a020e
-EBUILD coq-mathcomp-1.16.0-r1.ebuild 510 BLAKE2B 126304e45e50bb2e74d4100f3b32f7625929612d30eaed013a762b6fd61ffca68bddeb7dafff020a03bce65342dc197cc1774f390968c31c246d1a2e1038776a SHA512 4d331ae27219f6624f0d3eb62e967e5a18b480661faee897d4f4cf93b2a3a5debce577320c6b4048849430f3b61483c73866fbebcd258c35651c71acfa6a020e
+EBUILD coq-mathcomp-1.16.0-r1.ebuild 534 BLAKE2B 8132d006da4d39a46ccae87a1a8e3312602a083fec9a50bfa064a98c94d32fbba4ca6ea74c5ea846b7ecd79ceb54c555c73f7170f2467d679a7ab18395e74b1b SHA512 f56785c1aacd33f1b1a2890ea42e74ddf35507b1dcd0dfc4e4c2c9b0365d6696abe56002919858fc1bf45e584af5fc753ddf03ecf587a2d7405f90bb372011a8
MISC metadata.xml 511 BLAKE2B 3936f96cbf938fb9de97b080566d7fdde222d7dd303ccf842c76e7bd113b31c05136aea043c354bbd2ac6d4f61e2cba4e738f9f325059d36b7bae4feaed1ae89 SHA512 af2a4cfded0990d95e0a4b77ba69aebea09dee075f9eb4023b14c4788cd4118a78b3b5a4349fed11fff347061ab4bf59a4c63c8f43b22f8513054f1b3817af2f
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
index fec89b781e85..7ccb37804477 100644
--- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild
+++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+COQ_MIN_V=8.16.0
+
DESCRIPTION="Mathematical Components for the Coq proof assistant"
HOMEPAGE="https://github.com/math-comp/math-comp/"
SRC_URI="https://github.com/math-comp/math-comp/archive/mathcomp-${PV}.tar.gz
@@ -14,7 +16,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
RDEPEND="
+ >=sci-mathematics/coq-${COQ_MIN_V}:=
dev-lang/ocaml:=
- >=sci-mathematics/coq-8.16.0:=
"
DEPEND="${RDEPEND}"