summaryrefslogtreecommitdiff
path: root/sci-mathematics/gappalib-coq
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/gappalib-coq
parent97f40b36b1afa9726e32962d11f3ac2d0bc5792e (diff)
gentoo auto-resync : 16:02:2023 - 14:04:41
Diffstat (limited to 'sci-mathematics/gappalib-coq')
-rw-r--r--sci-mathematics/gappalib-coq/Manifest2
-rw-r--r--sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild (renamed from sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild)8
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/gappalib-coq/Manifest b/sci-mathematics/gappalib-coq/Manifest
index e244d009e4fe..6c2338d91d1d 100644
--- a/sci-mathematics/gappalib-coq/Manifest
+++ b/sci-mathematics/gappalib-coq/Manifest
@@ -1,3 +1,3 @@
DIST gappalib-coq-1.5.2.tar.gz 115236 BLAKE2B a2515d488e229cfe8dd44ac3508af9b8e0ad96dda7cb4ffdbea7f4d75e97a3263c29a043b6484351df995129c77af9af11d3c226dd4f63630816f50a9a50639a SHA512 4b3d8dcb5d97a5fb9fad9d9997eb1f19a62262ea930e157e10dd06ef7f99cc45a25a024f03ce984ebd0d142edd62dbbdbd832a4da41ea5eb8ea3287c7109dda2
-EBUILD gappalib-coq-1.5.2.ebuild 870 BLAKE2B e61f54ff79540a430742a41897e2d9330f05c1cb415ab841b1097093648ec430172c1e9d3b8fc184693774e44979e2abf103d5d1d4f808f97a276dcb7f3d5a52 SHA512 7970659f8c1afc78413e1a851f837d4e35b58ced654c034dfd42c177514a106236ded2e93e9f848397ba287988098147f65a1156f627cb68303f33f9654fa7c6
+EBUILD gappalib-coq-1.5.2-r1.ebuild 919 BLAKE2B 10fd1cdd42624f7e79161749d8d8910ebca501a4089b4037a5b4a506186725eb15e262371d5eb06028d3591e08d98c64e78d553e2207c3754f2d8ecd3e191345 SHA512 abdda3fa0836d70afff5a4032741fb6d69ca22a75ac3152f3db418997e3f72a811c51c4d5f675f55cba2015504f5c3199d761e1c979898680b423685a7a63224
MISC metadata.xml 371 BLAKE2B 26fa03c1744ed1095e80664102babf630ebf838b140f3b1167e73bb0aa7b63098ad5c41ff630177f6f1d012d3be0c29271c2286b801e9e8997eedbf94c112750 SHA512 ab218d803ec01b9fd7a76af71eca0cc51588da4224a07c6d3c947f3c56136f9106b4a12f4a083d518398526ad34e6b4c90fcb52994a84cc7c6e12f54cb0820f8
diff --git a/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-r1.ebuild
index 6bf57a25ef10..5b11673ef1d8 100644
--- a/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2.ebuild
+++ b/sci-mathematics/gappalib-coq/gappalib-coq-1.5.2-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
@@ -13,10 +13,12 @@ SRC_URI="https://gappa.gitlabpages.inria.fr/releases/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="ocamlopt"
RDEPEND="
- >=sci-mathematics/coq-8.12
- sci-mathematics/flocq
+ dev-lang/ocaml:=[ocamlopt?]
+ >=sci-mathematics/coq-8.12:=
+ sci-mathematics/flocq:=
sci-mathematics/gappa
"
DEPEND="${RDEPEND}"