dev-ml/ocaml-ipaddr: restrict sexplib dep, based on opam dep
authorAlexis Ballier <aballier@gentoo.org>
Fri, 5 Feb 2016 20:54:11 +0000 (21:54 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 5 Feb 2016 20:59:02 +0000 (21:59 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.6.1.ebuild

index e00836e6109d3d25f2157015c56828fb2425fb59..a4f8b7c9223280553768d6b90eef48ece50c0625 100644 (file)
@@ -17,7 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-ml/sexplib:="
+DEPEND="dev-ml/sexplib:=
+       <dev-ml/sexplib-113.01.00
+"
 RDEPEND="${DEPEND}"
 
 DOCS=( CHANGES README.md )