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 7EFD115808B for ; Wed, 16 Feb 2022 22:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FF8E0870; Wed, 16 Feb 2022 22:38:27 +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 7AE76E0870 for ; Wed, 16 Feb 2022 22:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id AB659342F52 for ; Wed, 16 Feb 2022 22:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479C426D for ; Wed, 16 Feb 2022 22:38:25 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1645051083.56d76431e9102567913dfb447758629b9f4e8220.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.2.6.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 56d76431e9102567913dfb447758629b9f4e8220 X-VCS-Branch: master Date: Wed, 16 Feb 2022 22:38:25 +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: bc07cabd-d7a3-44ca-a826-7b3a28cb6889 X-Archives-Hash: b1f5c1b0981f34888355b2d1f9c5da13 commit: 56d76431e9102567913dfb447758629b9f4e8220 Author: Maciej Barć gentoo org> AuthorDate: Wed Feb 16 21:44:18 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Feb 16 22:38:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d76431 dev-scheme/guile: remove tests that use network Closes: https://bugs.gentoo.org/712362 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> dev-scheme/guile/guile-2.2.6.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-scheme/guile/guile-2.2.6.ebuild b/dev-scheme/guile/guile-2.2.6.ebuild index fe2a735e677e..ab320b7a78ec 100644 --- a/dev-scheme/guile/guile-2.2.6.ebuild +++ b/dev-scheme/guile/guile-2.2.6.ebuild @@ -37,6 +37,16 @@ QA_PREBUILT='*[.]go' DOCS=( GUILE-VERSION HACKING README ) +src_prepare() { + # Remove tests that require network + local bad_test + for bad_test in test-suite/tests/web-*.test ; do + echo "#t" > "${bad_test}" || die + done + + default +} + src_configure() { # see bug #676468 mv prebuilt/32-bit-big-endian{,.broken} || die