diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 18:55:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-02 10:38:00 +0200 |
commit | 4f235276157a6d50042d16a3730c990331814823 (patch) | |
tree | 97ba0df7ef8c0181301ed71e45f0955cf9eb7668 /dev-ml/pa_sexp_conv | |
parent | dev-ml/ocaml-dns: Remove old and unversion async deps. (diff) | |
download | gentoo-4f235276157a6d50042d16a3730c990331814823.tar.gz gentoo-4f235276157a6d50042d16a3730c990331814823.tar.bz2 gentoo-4f235276157a6d50042d16a3730c990331814823.zip |
dev-ml/pa_sexp_conv: unversion sexplib dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/pa_sexp_conv')
-rw-r--r-- | dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild index 98f8db561cab..40892485b01c 100644 --- a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild +++ b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.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" @@ -16,7 +16,7 @@ IUSE="" DEPEND=" dev-ml/type-conv:= - >=dev-ml/sexplib-113.24:= + dev-ml/sexplib:= dev-ml/camlp4:= " RDEPEND="${DEPEND}" |