From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1287162-garchives=archives.gentoo.org@lists.gentoo.org> 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 C6E191382C5 for <garchives@archives.gentoo.org>; Fri, 28 May 2021 13:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14DF4E09BA; Fri, 28 May 2021 13:09:17 +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 EDF38E09BA for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 13:09:16 +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 7D5ED340DB7 for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 13:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C0D59C for <gentoo-commits@lists.gentoo.org>; Fri, 28 May 2021 13:09:13 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1622207324.8f74266195bb7e2673b855e6f1f10b0a0f7e3a83.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8f74266195bb7e2673b855e6f1f10b0a0f7e3a83 X-VCS-Branch: master Date: Fri, 28 May 2021 13:09:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7649397-154c-4aab-9241-1f20fb549659 X-Archives-Hash: 3e397209a7608a0b6dfb275134b4121d commit: 8f74266195bb7e2673b855e6f1f10b0a0f7e3a83 Author: Florian Schmaus <flo <AT> geekplace <DOT> eu> AuthorDate: Fri May 28 08:07:03 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 28 13:08:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8f742661 ebuild-writing/variables: PROPERTIES may also contain 'live' and 'test_network' Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/variables/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 6b5f072..e45794d 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -276,7 +276,7 @@ The following variables may or must be defined by every ebuild. <ti><c>PROPERTIES</c></ti> <ti> A space-delimited list of properties, with conditional syntax support. - <c>interactive</c> is the only valid value for now. + <c>interactive</c>, <c>live</c>, and <c>test_network</c> are valid values. </ti> </tr> <tr>