Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/csexp/
Date: Fri, 15 Oct 2021 03:04:26
Message-Id: 1634266890.aedeb846fca297f454a8abc8234aa53f7d5325d4.sam@gentoo
1 commit: aedeb846fca297f454a8abc8234aa53f7d5325d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:01:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:01:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedeb846
7
8 dev-ml/csexp: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/csexp/csexp-1.3.2-r1.ebuild | 11 +++--------
13 dev-ml/csexp/csexp-1.5.1.ebuild | 11 +++--------
14 2 files changed, 6 insertions(+), 16 deletions(-)
15
16 diff --git a/dev-ml/csexp/csexp-1.3.2-r1.ebuild b/dev-ml/csexp/csexp-1.3.2-r1.ebuild
17 index 3299c8a7c78..824799a6c30 100644
18 --- a/dev-ml/csexp/csexp-1.3.2-r1.ebuild
19 +++ b/dev-ml/csexp/csexp-1.3.2-r1.ebuild
20 @@ -15,11 +15,6 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
21 IUSE="+ocamlopt test"
22 RESTRICT="!test? ( test )"
23
24 -DEPEND="
25 - >=dev-ml/result-1.5:=[ocamlopt=]
26 -"
27 -RDEPEND="${DEPEND}"
28 -BDEPEND=""
29 -DEPEND="${DEPEND}
30 - test? ( dev-ml/ppx_expect )
31 -"
32 +RDEPEND=">=dev-ml/result-1.5:=[ocamlopt=]"
33 +DEPEND="${RDEPEND}
34 + test? ( dev-ml/ppx_expect )"
35
36 diff --git a/dev-ml/csexp/csexp-1.5.1.ebuild b/dev-ml/csexp/csexp-1.5.1.ebuild
37 index 60962e4e871..ccf9e398945 100644
38 --- a/dev-ml/csexp/csexp-1.5.1.ebuild
39 +++ b/dev-ml/csexp/csexp-1.5.1.ebuild
40 @@ -15,11 +15,6 @@ KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
41 IUSE="+ocamlopt test"
42 RESTRICT="!test? ( test )"
43
44 -DEPEND="
45 - >=dev-ml/result-1.5:=[ocamlopt=]
46 -"
47 -RDEPEND="${DEPEND}"
48 -BDEPEND=""
49 -DEPEND="${DEPEND}
50 - test? ( dev-ml/ppx_expect )
51 -"
52 +RDEPEND=">=dev-ml/result-1.5:=[ocamlopt=]"
53 +DEPEND="${RDEPEND}
54 + test? ( dev-ml/ppx_expect )"