summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-12 23:09:38 +0100
committerSam James <sam@gentoo.org>2021-02-12 22:19:05 +0000
commite89f4ecd8e712d21cb596cf7803a8a203469956c (patch)
tree8235648bd1c4b5d45ff7a4271ce317626ee350e2 /dev-ml/base_quickcheck
parentRevert "dev-db/lmdb: Stabilize 0.9.27 ppc, #762110" (diff)
downloadgentoo-e89f4ecd8e712d21cb596cf7803a8a203469956c.tar.gz
gentoo-e89f4ecd8e712d21cb596cf7803a8a203469956c.tar.bz2
gentoo-e89f4ecd8e712d21cb596cf7803a8a203469956c.zip
dev-ml/base_quickcheck: remove whitespace, fix indent
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/base_quickcheck')
-rw-r--r--dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild b/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
index ba7e419a6015..c787b7b17a32 100644
--- a/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
+++ b/dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit dune
-DESCRIPTION="Randomized testing framework, designed for compatibility with Base "
+DESCRIPTION="Randomized testing framework, designed for compatibility with Base"
HOMEPAGE="https://github.com/janestreet/base_quickcheck"
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -23,7 +23,7 @@ DEPEND="
>=dev-ml/ppx_sexp_value-0.14.0:=
dev-ml/splittable_random:=
>=dev-ml/ppxlib-0.18.0:=
- >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
- dev-ml/cinaps:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"