sci-mathematics/frama-c-wp: add why3<1.5.0 restriction

Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com>
This commit is contained in:
François-Xavier Carton
2022-05-07 19:45:17 +02:00
parent 4d6b38cbca
commit 6e6f034d42
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ RESTRICT="strip"
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk?,ocamlopt?]
~sci-mathematics/frama-c-qed-${PV}:=[gtk?,ocamlopt?]
~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
>=sci-mathematics/why3-1.4.0"
>=sci-mathematics/why3-1.4.0
<sci-mathematics/why3-1.5.0"
DEPEND="${RDEPEND}"
BDEPEND="coq? ( >=sci-mathematics/coq-8.12.0
<sci-mathematics/coq-8.13.0 )"

View File

@@ -19,7 +19,8 @@ RESTRICT="strip"
RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk?,ocamlopt?]
~sci-mathematics/frama-c-qed-${PV}:=[gtk?,ocamlopt?]
~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
>=sci-mathematics/why3-1.4.0"
>=sci-mathematics/why3-1.4.0
<sci-mathematics/why3-1.5.0"
DEPEND="${RDEPEND}"
BDEPEND="coq? ( >=sci-mathematics/coq-8.12.0
<sci-mathematics/coq-8.14.0 )"