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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17CE815ACB3 for ; Fri, 7 Apr 2023 06:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E70E091A; Fri, 7 Apr 2023 06:41:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A010E091A for ; Fri, 7 Apr 2023 06:41:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5911E340F71 for ; Fri, 7 Apr 2023 06:41:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C9DA15 for ; Fri, 7 Apr 2023 06:41:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1680848885.9056dde470bd1cc054c75ab2536227579631610c.ulm@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9056dde470bd1cc054c75ab2536227579631610c X-VCS-Branch: master Date: Fri, 7 Apr 2023 06:41:41 +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: ce945378-2287-4157-8996-a908e232d146 X-Archives-Hash: 9fb05ddec19d24ac9e76dcdc483b224d commit: 9056dde470bd1cc054c75ab2536227579631610c Author: Ulrich Müller gentoo org> AuthorDate: Wed Apr 5 18:43:34 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 7 06:28:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9056dde4 ebuild.5: Document PROPERTIES=test_network Signed-off-by: Ulrich Müller gentoo.org> man/ebuild.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/ebuild.5 b/man/ebuild.5 index e871846e4..66c8518b3 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -803,6 +803,11 @@ One or more ebuild phases will produce a prompt that requires user interaction. .I live The package uses live source code that may vary each time that the package is installed. +.TP +.I test_network +The package manager may run tests that require an internet connection, even if +the ebuild has +.IR RESTRICT=test . .RE .PD 1 .TP