diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2017-11-06 22:09:20 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2017-11-06 22:09:20 +0100 |
commit | ce9a2c2e5a2c8c7acc61c556147b7385139071a5 (patch) | |
tree | e84edb5974221a7fd9d66e8af552a218927e6498 /sci-mathematics | |
parent | sys-apps/coreutils: Enable Python 3.6 support in ebuild (diff) | |
download | gentoo-ce9a2c2e5a2c8c7acc61c556147b7385139071a5.tar.gz gentoo-ce9a2c2e5a2c8c7acc61c556147b7385139071a5.tar.bz2 gentoo-ce9a2c2e5a2c8c7acc61c556147b7385139071a5.zip |
sci-mathematics/why3-for-spark: dev-ml/camlzip-1.06 causes problem.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild index 63af700cd3ec..1fa2034863d2 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild @@ -26,7 +26,7 @@ DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?] html? ( dev-tex/hevea ) hypothesis-selection? ( dev-ml/ocamlgraph ) zarith? ( dev-ml/zarith ) - zip? ( dev-ml/camlzip )" + zip? ( >=dev-ml/camlzip-1.07 )" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MYP} |