summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-16 12:35:07 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-16 12:49:38 +0100
commita067191668da35890eb2cd748e83849fbaf0c905 (patch)
treea4f1003ddb4498b8e1da9a1158226a327193692c /sci-mathematics
parentdev-python/vpython: remove old revision (diff)
downloadgentoo-a067191668da35890eb2cd748e83849fbaf0c905.tar.gz
gentoo-a067191668da35890eb2cd748e83849fbaf0c905.tar.bz2
gentoo-a067191668da35890eb2cd748e83849fbaf0c905.zip
sci-mathematics/gappalib-coq: fix deps; add ocamlopt
Closes: https://bugs.gentoo.org/894746 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-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
1 files changed, 5 insertions, 3 deletions
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}"