commit:     f0fa8cbb62c755c347fca77a212d6f0ceb1d89ba
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 11:51:11 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 11:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fa8cbb

sci-mathematics/flocq: fix deps

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../flocq/{flocq-4.1.0.ebuild => flocq-4.1.0-r1.ebuild}          | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/flocq/flocq-4.1.0.ebuild 
b/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild
similarity index 83%
rename from sci-mathematics/flocq/flocq-4.1.0.ebuild
rename to 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

Reply via email to