diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 18:03:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-02 10:37:48 +0200 |
commit | 4bd83b61ed53de530077e8410780d1b092635156 (patch) | |
tree | 497e2f710bc50116a309cfa81e4a52429c341a6f /dev-ml/ocaml-uri | |
parent | dev-ml/variantslib: Bump to 0.9.0 (diff) | |
download | gentoo-4bd83b61ed53de530077e8410780d1b092635156.tar.gz gentoo-4bd83b61ed53de530077e8410780d1b092635156.tar.bz2 gentoo-4bd83b61ed53de530077e8410780d1b092635156.zip |
dev-ml/ocaml-uri: Unversion sexplib dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-uri')
-rw-r--r-- | dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild index 5edccc84ea63..9440ac353da7 100644 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild +++ b/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ IUSE="allservices" RDEPEND=" dev-ml/ocaml-re:= - >=dev-ml/sexplib-109.53.00:= + dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-ml/stringext:= dev-ml/type-conv:= |