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 D32391382C5 for ; Mon, 4 Jan 2021 17:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2791AE0A0B; Mon, 4 Jan 2021 17:27:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 13473E0A0B for ; Mon, 4 Jan 2021 17:27:12 +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 350343411FD for ; Mon, 4 Jan 2021 17:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F98848F for ; Mon, 4 Jan 2021 17:27:08 +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: <1609781225.79e5248b86a0231ebb4d67fb9e939199d1b17c0b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/yojson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/yojson/yojson-1.7.0.ebuild X-VCS-Directories: dev-ml/yojson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79e5248b86a0231ebb4d67fb9e939199d1b17c0b X-VCS-Branch: master Date: Mon, 4 Jan 2021 17:27:08 +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: fd647483-b530-4608-82ef-9ae60cdc4c2e X-Archives-Hash: 6d598b3aa88284fb8bd251d7262ee89f commit: 79e5248b86a0231ebb4d67fb9e939199d1b17c0b Author: Sam James gentoo org> AuthorDate: Mon Jan 4 17:26:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 17:27:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e5248b dev-ml/yojson: add missing test dependency Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/yojson/yojson-1.7.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild b/dev-ml/yojson/yojson-1.7.0.ebuild index b8701343a2d..48357a363ee 100644 --- a/dev-ml/yojson/yojson-1.7.0.ebuild +++ b/dev-ml/yojson/yojson-1.7.0.ebuild @@ -12,14 +12,18 @@ SRC_URI="https://github.com/ocaml-community/yojson/archive/${PV}.tar.gz -> ${P}. LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="examples +ocamlopt" +IUSE="examples +ocamlopt test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02.3:=[ocamlopt=] dev-ml/easy-format:=[ocamlopt=] >=dev-ml/biniou-1.2:=[ocamlopt=] " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + test? ( dev-ml/alcotest ) +" BDEPEND=">=dev-ml/cppo-1.6.1" src_install() {