diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-16 12:51:11 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-16 12:55:45 +0100 |
commit | f0fa8cbb62c755c347fca77a212d6f0ceb1d89ba (patch) | |
tree | b26cbfcfbc80e0bc984f98d150da99c73cf2616f /sci-mathematics/flocq | |
parent | sci-mathematics/gappalib-coq: fix deps; add ocamlopt (diff) | |
download | gentoo-f0fa8cbb62c755c347fca77a212d6f0ceb1d89ba.tar.gz gentoo-f0fa8cbb62c755c347fca77a212d6f0ceb1d89ba.tar.bz2 gentoo-f0fa8cbb62c755c347fca77a212d6f0ceb1d89ba.zip |
sci-mathematics/flocq: fix deps
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/flocq')
-rw-r--r-- | sci-mathematics/flocq/flocq-4.1.0-r1.ebuild (renamed from sci-mathematics/flocq/flocq-4.1.0.ebuild) | 9 |
1 files 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 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 |