From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9CC71382C5 for ; Fri, 12 Feb 2021 22:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6748E0849; Fri, 12 Feb 2021 22:19:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBF3CE0849 for ; Fri, 12 Feb 2021 22:19:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9CE134108B for ; Fri, 12 Feb 2021 22:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5816F495 for ; Fri, 12 Feb 2021 22:19:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613168345.e89f4ecd8e712d21cb596cf7803a8a203469956c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/base_quickcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild X-VCS-Directories: dev-ml/base_quickcheck/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e89f4ecd8e712d21cb596cf7803a8a203469956c X-VCS-Branch: master Date: Fri, 12 Feb 2021 22:19:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 037b813c-e67c-4da9-817d-b7a0fcaf05b4 X-Archives-Hash: 390350e0bc7bac8c62348287a9ed8640 commit: e89f4ecd8e712d21cb596cf7803a8a203469956c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 12 22:09:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 12 22:19:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f4ecd dev-ml/base_quickcheck: remove whitespace, fix indent Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Sam James gentoo.org> dev-ml/base_quickcheck/base_quickcheck-0.14.0.ebuild | 6 +++--- 1 file 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 ba7e419a601..c787b7b17a3 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}"