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 EC4421382C5 for ; Wed, 27 Jan 2021 08:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CBB7E0ABF; Wed, 27 Jan 2021 08:34:38 +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 09FC8E0ABF for ; Wed, 27 Jan 2021 08:34:37 +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 8BD76340FE7 for ; Wed, 27 Jan 2021 08:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF92832B for ; Wed, 27 Jan 2021 08:34:34 +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: <1611736471.af3c4a34ab52654776f9c2dc06ef2f79ddec6cc0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/core_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild X-VCS-Directories: dev-ml/core_kernel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af3c4a34ab52654776f9c2dc06ef2f79ddec6cc0 X-VCS-Branch: master Date: Wed, 27 Jan 2021 08:34:34 +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: 8f60b3d8-aca5-42d7-9e43-bc45b9442db5 X-Archives-Hash: f91c79d3eb5ab4d9c8c79360eb121017 commit: af3c4a34ab52654776f9c2dc06ef2f79ddec6cc0 Author: Sam James gentoo org> AuthorDate: Wed Jan 27 08:34:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 27 08:34:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3c4a34 dev-ml/core_kernel: restrict tests for now We don't really want to faff with quickcheck_deprecated. Closes: https://bugs.gentoo.org/767406 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild b/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild index efdaab67e7b..0bb7fa1dba9 100644 --- a/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild +++ b/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild @@ -14,6 +14,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt" +# Wants quickcheck_deprecated for now +RESTRICT="test" + RDEPEND=" dev-lang/ocaml:= dev-ml/base:=