commit: 8ac598cb3b115fe2e98f3e3e28a85950bd674099 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 14:34:10 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jul 27 14:34:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ac598cb
man/ebuild.5: Document PROPERTIES="live". Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> man/ebuild.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 31bd8f771..b002f3889 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Apr 2019" "Portage VERSION" "Portage" +.TH "EBUILD" "5" "Jul 2019" "Portage VERSION" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild script @@ -708,13 +708,17 @@ Disables userpriv for specific packages. .RE .PD 1 .TP -.B PROPERTIES\fR = \fI[interactive] +.B PROPERTIES\fR = \fI[interactive,live] A space delimited list of properties, with conditional syntax support. .PD 0 .RS .TP .I interactive One or more ebuild phases will produce a prompt that requires user interaction. +.TP +.I live +The package uses live source code that may vary each time that the package +is installed. .RE .PD 1 .TP