Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Mon, 29 Jul 2019 08:54:24
Message-Id: 1564238050.8ac598cb3b115fe2e98f3e3e28a85950bd674099.ulm@gentoo
1 commit: 8ac598cb3b115fe2e98f3e3e28a85950bd674099
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 27 14:34:10 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 27 14:34:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ac598cb
7
8 man/ebuild.5: Document PROPERTIES="live".
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 man/ebuild.5 | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/man/ebuild.5 b/man/ebuild.5
16 index 31bd8f771..b002f3889 100644
17 --- a/man/ebuild.5
18 +++ b/man/ebuild.5
19 @@ -1,4 +1,4 @@
20 -.TH "EBUILD" "5" "Apr 2019" "Portage VERSION" "Portage"
21 +.TH "EBUILD" "5" "Jul 2019" "Portage VERSION" "Portage"
22
23 .SH "NAME"
24 ebuild \- the internal format, variables, and functions in an ebuild script
25 @@ -708,13 +708,17 @@ Disables userpriv for specific packages.
26 .RE
27 .PD 1
28 .TP
29 -.B PROPERTIES\fR = \fI[interactive]
30 +.B PROPERTIES\fR = \fI[interactive,live]
31 A space delimited list of properties, with conditional syntax support.
32 .PD 0
33 .RS
34 .TP
35 .I interactive
36 One or more ebuild phases will produce a prompt that requires user interaction.
37 +.TP
38 +.I live
39 +The package uses live source code that may vary each time that the package
40 +is installed.
41 .RE
42 .PD 1
43 .TP