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 B915F158451 for ; Fri, 12 Jan 2024 23:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 061EEE2A0B; Fri, 12 Jan 2024 23:22:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D359DE2A0C for ; Fri, 12 Jan 2024 23:22:14 +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 13540343170 for ; Fri, 12 Jan 2024 23:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B9BF14C5 for ; Fri, 12 Jan 2024 23:22:11 +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: <1705101720.a94ca1009520ac77e26668f057a9e4d627fe02f3.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/web-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild X-VCS-Directories: app-emacs/web-server/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: a94ca1009520ac77e26668f057a9e4d627fe02f3 X-VCS-Branch: master Date: Fri, 12 Jan 2024 23:22:11 +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: 0d8f221d-4dd0-476a-8532-501bf1f86a67 X-Archives-Hash: 46b24519a22dca499dba64ebd65e99e9 commit: a94ca1009520ac77e26668f057a9e4d627fe02f3 Author: Maciej Barć gentoo org> AuthorDate: Fri Jan 12 21:45:13 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Jan 12 23:22:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94ca100 app-emacs/web-server: mark tests as needing network Closes: https://bugs.gentoo.org/908525 Signed-off-by: Maciej Barć gentoo.org> app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild b/app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild index a31c44724e7e..d3d5c633ce98 100644 --- a/app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild +++ b/app-emacs/web-server/web-server-0.1.2_p20210708-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,8 @@ fi LICENSE="GPL-3+" SLOT="0" +PROPERTIES="test_network" +RESTRICT="test" BDEPEND="sys-apps/texinfo"