diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-12-30 20:37:46 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-12-30 20:37:46 -0800 |
commit | 5201c3d0b9802ec3672ac4b322eb145a26c244c3 (patch) | |
tree | ea59cfc48c86cbf44e93a9bb944abbfb79645217 | |
parent | 85bdfa088d3c68ffbcc02b9d5dc614f13d8ecfb4 (diff) | |
download | portage-5201c3d0b9802ec3672ac4b322eb145a26c244c3.tar.gz portage-5201c3d0b9802ec3672ac4b322eb145a26c244c3.tar.bz2 portage-5201c3d0b9802ec3672ac4b322eb145a26c244c3.zip |
ebuild(5): MERGE_TYPE in EAPI 4
-rw-r--r-- | man/ebuild.5 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 65f16a9da..cdfaaa6ac 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -137,6 +137,24 @@ not support \fB${ED}\fR, helpers use \fB${D}\fR where they would otherwise use \fB${ED}\fR. Do not modify this variable. .TP +.B MERGE_TYPE +Beginning with \fBEAPI 4\fR, the MERGE_TYPE variable can be used to +query the current merge type. This variable will contain one of the +following possible values: + +.RS +.TS +l l +__ +l l. +Value Meaning + +binary previously\-built which is scheduled for merge +buildonly source\-build which is not scheduled for merge +source source\-build which is scheduled for merge +.TE +.RE +.TP .B PORTAGE_LOG_FILE Contains the path of the build log. If \fBPORT_LOGDIR\fR variable is unset then \fBPORTAGE_LOG_FILE\fR=\fB"${T}/build.log"\fR. |