diff options
-rw-r--r-- | man/ebuild.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index c11d05705..00f15f53e 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -385,6 +385,16 @@ Disables userpriv for specific packages. .RE .PD 1 .TP +\fBPROPERTIES\fR = \fI[interactive]\fR +A space delimited list of properties, with conditional syntax is support. +.PD 0 +.RS +.TP +.I interactive +One or more ebuild phases will produce a prompt that requires user interaction. +.RE +.PD 1 +.TP \fBPROVIDE\fR = \fI"virtual/TARGET"\fR This variable should only be used when a package provides a virtual target. For example, blackdown\-jdk and sun\-jdk provide \fIvirtual/jdk\fR. This |