summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-23 21:16:27 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-23 21:16:27 +0000
commitff7cdd18aa9fe95be848637366b4b7fcaf440f6f (patch)
treed9fc884e0b1e152cffb4c222ad22fb0025e8c9ce /man
parent1243f8021a2f0b3ed5cdb2060d67f6d3905e3d4e (diff)
downloadportage-ff7cdd18aa9fe95be848637366b4b7fcaf440f6f.tar.gz
portage-ff7cdd18aa9fe95be848637366b4b7fcaf440f6f.tar.bz2
portage-ff7cdd18aa9fe95be848637366b4b7fcaf440f6f.zip
Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55
except that the EAPI is parsed from the head of the ebuild (first 30 lines). This feature is only intended for experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13173
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 2f9c36509..268fd4c81 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -269,6 +269,11 @@ Fetch in the background while compiling. Run
`tail \-f /var/log/emerge\-fetch.log` in a
terminal to view parallel-fetch progress.
.TP
+.B parse\-eapi\-ebuild\-head
+Parse \fBEAPI\fR from the head of the ebuild (first 30 lines). This feature
+is only intended for experimental purposes and should not be enabled under
+normal circumstances.
+.TP
.B preserve\-libs
Preserve libraries when the sonames change during upgrade or downgrade.
Libraries are preserved only if consumers of those libraries are detected.