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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D788415808D for ; Wed, 20 Apr 2022 21:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52DF5E0858; Wed, 20 Apr 2022 21:57:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FD24E0827 for ; Wed, 20 Apr 2022 21:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FBCC341656 for ; Wed, 20 Apr 2022 21:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB5083B8 for ; Wed, 20 Apr 2022 21:57:09 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650491818.9d6efc3276c2d5efa8e49539b11cefaff1eaf8a7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/ocaml_intrinsics/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild X-VCS-Directories: dev-ml/ocaml_intrinsics/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 9d6efc3276c2d5efa8e49539b11cefaff1eaf8a7 X-VCS-Branch: dev Date: Wed, 20 Apr 2022 21:57:09 +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: 9ff72da7-2686-4117-9892-da84f657d734 X-Archives-Hash: 759d3aa2a3455037381970c2e20d4a53 commit: 9d6efc3276c2d5efa8e49539b11cefaff1eaf8a7 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Apr 19 22:38:12 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 20 21:56:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d6efc32 dev-ml/ocaml_intrinsics: disable tests Closes: https://bugs.gentoo.org/838787 Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild index db513b3fe..df486e2b5 100644 --- a/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild +++ b/dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.0.ebuild @@ -16,3 +16,5 @@ IUSE="ocamlopt" RDEPEND="dev-ml/dune-configurator" DEPEND="${RDEPEND}" + +RESTRICT="test" # even upstream doesn't know how to test