Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pa_sexp_conv/
Date: Sun, 02 Apr 2017 08:39:00
Message-Id: 1491122280.4f235276157a6d50042d16a3730c990331814823.aballier@gentoo
1 commit: 4f235276157a6d50042d16a3730c990331814823
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 16:55:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 08:38:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f235276
7
8 dev-ml/pa_sexp_conv: unversion sexplib dep
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 98f8db561ca..40892485b01 100644
17 --- a/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
18 +++ b/dev-ml/pa_sexp_conv/pa_sexp_conv-113.00.01.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -16,7 +16,7 @@ IUSE=""
26
27 DEPEND="
28 dev-ml/type-conv:=
29 - >=dev-ml/sexplib-113.24:=
30 + dev-ml/sexplib:=
31 dev-ml/camlp4:=
32 "
33 RDEPEND="${DEPEND}"