aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flo@geekplace.eu>2021-05-28 10:07:03 +0200
committerUlrich Müller <ulm@gentoo.org>2021-05-28 15:08:44 +0200
commit8f74266195bb7e2673b855e6f1f10b0a0f7e3a83 (patch)
tree158c4827b41e84b2bfa325f68418f869fbcc8753
parentebuild-writing/functions/src_configure/configuring: drop whitespace in $(use_... (diff)
downloaddevmanual-8f742661.tar.gz
devmanual-8f742661.tar.bz2
devmanual-8f742661.zip
ebuild-writing/variables: PROPERTIES may also contain 'live' and 'test_network'
Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/variables/text.xml2
1 files changed, 1 insertions, 1 deletions
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>