diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-10-22 05:20:12 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-10-22 05:20:12 +0000 |
commit | a0eab2cf70d7b717b69a18c65914332f3525f177 (patch) | |
tree | adf4f77ac9ff2ea18796c1af1a399bbc92afcf29 | |
parent | 8e29b394ecc94d0999185057fc0974dec19ffbdc (diff) | |
download | portage-a0eab2cf70d7b717b69a18c65914332f3525f177.tar.gz portage-a0eab2cf70d7b717b69a18c65914332f3525f177.tar.bz2 portage-a0eab2cf70d7b717b69a18c65914332f3525f177.zip |
Document PROPERTIES=interactive.
svn path=/main/trunk/; revision=11716
-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 |