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 87B0E13835A for ; Mon, 15 Mar 2021 07:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEAE2E0830; Mon, 15 Mar 2021 07:45:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C3124E0830 for ; Mon, 15 Mar 2021 07:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DFFED335DA1 for ; Mon, 15 Mar 2021 07:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 790714F1 for ; Mon, 15 Mar 2021 07:45:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1615794329.92360a3986ddaccba3d8959ace52a105fb3139fb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashicorp-checkpoint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild X-VCS-Directories: dev-ruby/hashicorp-checkpoint/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 92360a3986ddaccba3d8959ace52a105fb3139fb X-VCS-Branch: master Date: Mon, 15 Mar 2021 07:45:39 +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: 3cb48d4e-f40a-450b-b616-711b14531778 X-Archives-Hash: 9f0dfcb975b2429c3743377e810ce8ff commit: 92360a3986ddaccba3d8959ace52a105fb3139fb Author: Guillaume Seren gmail com> AuthorDate: Sun Mar 14 17:43:29 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 15 07:45:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92360a39 dev-ruby/hashicorp-checkpoint: Disable tests Closes: https://bugs.gentoo.org/775731 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Guillaume Seren gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19930 Signed-off-by: Joonas Niilola gentoo.org> dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild index 246f92d1061..6baa1c50195 100644 --- a/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild +++ b/dev-ruby/hashicorp-checkpoint/hashicorp-checkpoint-0.1.5-r1.ebuild @@ -18,6 +18,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +# Tests require network +RESTRICT="test" + ruby_add_bdepend " test? ( dev-ruby/rspec-its ) "