diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-16 12:53:46 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-16 12:55:45 +0100 |
commit | 27e2f507566c78663293013fdb87f61d82c0a122 (patch) | |
tree | 91f494e694efd909e95d49d4713c45a1531e3541 /sci-mathematics/coq-mathcomp | |
parent | sci-mathematics/flocq: fix deps (diff) | |
download | gentoo-27e2f507566c78663293013fdb87f61d82c0a122.tar.gz gentoo-27e2f507566c78663293013fdb87f61d82c0a122.tar.bz2 gentoo-27e2f507566c78663293013fdb87f61d82c0a122.zip |
sci-mathematics/coq-mathcomp: fix deps
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/coq-mathcomp')
-rw-r--r-- | sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild (renamed from sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild) | 7 | ||||
-rw-r--r-- | sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild (renamed from sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0.ebuild) | 5 | ||||
-rw-r--r-- | sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild (renamed from sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild) | 7 |
3 files changed, 14 insertions, 5 deletions
diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild index fcf362d97248..169688aba6cc 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r1.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.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,7 +13,10 @@ LICENSE="CeCILL-B" SLOT="0/${PV}" KEYWORDS="~amd64" -RDEPEND=">=sci-mathematics/coq-8.13.0:= <sci-mathematics/coq-8.16.0:=" +RDEPEND=" + dev-lang/ocaml:= + >=sci-mathematics/coq-8.13.0:= <sci-mathematics/coq-8.16.0:= +" DEPEND="${RDEPEND}" # > make jobserver unavailable diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild index a8e1792a11d6..fec89b781e85 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild @@ -13,5 +13,8 @@ LICENSE="CeCILL-B" SLOT="0/${PV}" KEYWORDS="~amd64" -RDEPEND=">=sci-mathematics/coq-8.16.0:=" +RDEPEND=" + dev-lang/ocaml:= + >=sci-mathematics/coq-8.16.0:= +" DEPEND="${RDEPEND}" diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild index 5e41229a4f4f..fec89b781e85 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.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 @@ -13,5 +13,8 @@ LICENSE="CeCILL-B" SLOT="0/${PV}" KEYWORDS="~amd64" -RDEPEND=">=sci-mathematics/coq-8.16.0:=" +RDEPEND=" + dev-lang/ocaml:= + >=sci-mathematics/coq-8.16.0:= +" DEPEND="${RDEPEND}" |