summaryrefslogtreecommitdiff
path: root/sci-mathematics/flocq
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-16 14:04:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-16 14:04:41 +0000
commitb18dbdc69b2be6f0ac0db668b0bc57fb6f766afc (patch)
treee77939b82c93b9689bc1bb0bc8a55132c509cb44 /sci-mathematics/flocq
parent97f40b36b1afa9726e32962d11f3ac2d0bc5792e (diff)
gentoo auto-resync : 16:02:2023 - 14:04:41
Diffstat (limited to 'sci-mathematics/flocq')
-rw-r--r--sci-mathematics/flocq/Manifest2
-rw-r--r--sci-mathematics/flocq/flocq-4.1.0-r1.ebuild (renamed from sci-mathematics/flocq/flocq-4.1.0.ebuild)9
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/flocq/Manifest b/sci-mathematics/flocq/Manifest
index 4f770414784e..5c4e45714b22 100644
--- a/sci-mathematics/flocq/Manifest
+++ b/sci-mathematics/flocq/Manifest
@@ -1,3 +1,3 @@
DIST flocq-4.1.0.tar.gz 447412 BLAKE2B 1b993a0e86bd440602b16b94ed5aff4b95a3c732eca87c683d239702b285dee8eaaf7dad77f730ae4929bb24504e5fd12b9a181d48efac4c3db7f0606637c018 SHA512 677e0de1406b3c7e5504d114a5b18ec07c719bbad79a2cfb750ac309fd5ab09be5493afdb1786b5a188cece59fddcd4167e28bf3be4facbdea8fe3b11cdf1ab1
-EBUILD flocq-4.1.0.ebuild 687 BLAKE2B 861d60eaba06ab5c3e6942ef00da0964112bc2860e2513cd052b1206ab911aa855b6102954d1944e0e4b1448b12bc125fef4407b4703dd7dc582dfe312695161 SHA512 8806148f7d5c5d1c9d0bdd8d145190238f8bde6df57c473d336f3b711e041766b095106601c9f8e4234892fd5878de68e9081fd1f8c244a4cc12f23678915c45
+EBUILD flocq-4.1.0-r1.ebuild 709 BLAKE2B 33edf90197bcebdf0bd696c283dc7ffcad763137f0efcc14fc1cc7445974a23dd9b37d38c12484b10509d7b99e1b9357ae2f55fb1b0364e77d2461f7847e0500 SHA512 606e36b5f750eece0bf999698825b74f7dbac6d91bb4a2c7ff1c839e04f776d298b44cf25fdb20a81351b9f6284cbbaf157e20a7921058db7157fb30812740ee
MISC metadata.xml 685 BLAKE2B aa5fae67335fe3a4919e89654c550462d454586b6892aabd3d05940f2250d9368cc0195f1a761a8faf92245e8415711c99e28b6547a2c22c893a47f02aad4e89 SHA512 f2d195f05014e269699198abfa7c214a9ded40a635e32ff94b2d2d5c915d23a0664851118942c9e38b945721295aae2c80299f7370b8a2c2bbb4325b32bb8259
diff --git a/sci-mathematics/flocq/flocq-4.1.0.ebuild b/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild
index f48862539920..f70775d38f46 100644
--- a/sci-mathematics/flocq/flocq-4.1.0.ebuild
+++ b/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,8 +14,11 @@ LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=sci-mathematics/coq-8.12"
-BDEPEND="${RDEPEND}"
+RDEPEND="
+ dev-lang/ocaml:=
+ >=sci-mathematics/coq-8.12:=
+"
+DEPEND="${RDEPEND}"
src_compile() {
./remake --jobs=$(makeopts_jobs) || die