diff options
author | Sam James <sam@gentoo.org> | 2021-10-15 04:01:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-15 04:01:30 +0100 |
commit | aedeb846fca297f454a8abc8234aa53f7d5325d4 (patch) | |
tree | c14ecae00cbf6e89c322b47d9d486b6fe05a3017 /dev-ml | |
parent | dev-ml/cinaps: tidy ebuild (diff) | |
download | gentoo-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.ebuild | 11 | ||||
-rw-r--r-- | dev-ml/csexp/csexp-1.5.1.ebuild | 11 |
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 )" |