summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-15 04:01:30 +0100
committerSam James <sam@gentoo.org>2021-10-15 04:01:30 +0100
commitaedeb846fca297f454a8abc8234aa53f7d5325d4 (patch)
treec14ecae00cbf6e89c322b47d9d486b6fe05a3017 /dev-ml
parentdev-ml/cinaps: tidy ebuild (diff)
downloadgentoo-aedeb846fca297f454a8abc8234aa53f7d5325d4.tar.gz
gentoo-aedeb846fca297f454a8abc8234aa53f7d5325d4.tar.bz2
gentoo-aedeb846fca297f454a8abc8234aa53f7d5325d4.zip
dev-ml/csexp: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/csexp/csexp-1.3.2-r1.ebuild11
-rw-r--r--dev-ml/csexp/csexp-1.5.1.ebuild11
2 files changed, 6 insertions, 16 deletions
diff --git a/dev-ml/csexp/csexp-1.3.2-r1.ebuild b/dev-ml/csexp/csexp-1.3.2-r1.ebuild
index 3299c8a7c789..824799a6c309 100644
--- a/dev-ml/csexp/csexp-1.3.2-r1.ebuild
+++ b/dev-ml/csexp/csexp-1.3.2-r1.ebuild
@@ -15,11 +15,6 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="
- >=dev-ml/result-1.5:=[ocamlopt=]
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-DEPEND="${DEPEND}
- test? ( dev-ml/ppx_expect )
-"
+RDEPEND=">=dev-ml/result-1.5:=[ocamlopt=]"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ppx_expect )"
diff --git a/dev-ml/csexp/csexp-1.5.1.ebuild b/dev-ml/csexp/csexp-1.5.1.ebuild
index 60962e4e871f..ccf9e398945d 100644
--- a/dev-ml/csexp/csexp-1.5.1.ebuild
+++ b/dev-ml/csexp/csexp-1.5.1.ebuild
@@ -15,11 +15,6 @@ KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="
- >=dev-ml/result-1.5:=[ocamlopt=]
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-DEPEND="${DEPEND}
- test? ( dev-ml/ppx_expect )
-"
+RDEPEND=">=dev-ml/result-1.5:=[ocamlopt=]"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ppx_expect )"