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 6115B1581D3 for ; Sun, 2 Jun 2024 09:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 805E2E2AFA; Sun, 2 Jun 2024 09:57:38 +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 64AC6E2AFB for ; Sun, 2 Jun 2024 09:57:38 +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 5678C343024 for ; Sun, 2 Jun 2024 09:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE62C1C0E for ; Sun, 2 Jun 2024 09:57:34 +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: <1709486980.1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d X-VCS-Branch: eapi-9 Date: Sun, 2 Jun 2024 09:57:34 +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: ffec07d1-6be4-4203-bd7b-61cfb878827e X-Archives-Hash: 1691dddef008c12d5be9e4bb744239bf Message-ID: <20240602095734.XoAoirlESpXQd7NlfOP4Rj5JAUkXhqKhiquOO37ooFw@z> commit: 1a669f3ce2ac6b6cf4c96be16dfea0b5621a938d Author: Michał Górny gentoo org> AuthorDate: Wed Feb 21 15:45:01 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 3 17:29:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1a669f3c ebuild-vars.tex: Add "test_privileged" to valid "PROPERTIES" Add "test_privileged" to the values of "PROPERTIES", as introduced in Portage commit 997058a825a340813532bef77a34425cf4a88eb2 (to be included in 3.0.62). This is akin to "test_network", used to indicate that the test suite needs superuser privileges. Bug: https://bugs.gentoo.org/924585 Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-vars.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index 5f3f583..79fa96f 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -239,6 +239,8 @@ The following tokens are permitted inside \t{PROPERTIES}: installed. \item[test_network] The package manager may run tests that require an internet connection, even if the ebuild has \t{RESTRICT=test}. +\item[test_privileged] The package manager may run tests that require superuser privileges, even + if the ebuild has \t{RESTRICT=test}. \end{description} Package managers may recognise other tokens. Ebuilds may not rely upon any token being supported.