Skip to content

Commit

Permalink
sci-mathematics/coq-mathcomp: fix deps
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Feb 16, 2023
1 parent f0fa8cb commit 27e2f50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}"

0 comments on commit 27e2f50

Please sign in to comment.