summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-24 02:48:27 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-24 02:48:27 +0000
commita4828ac20dc2a71a60e8918c88afdea1845f7779 (patch)
treebc3a50e789a23c4e823c81f4049cef582a9e349f /man
parentIf a package is masked by EAPI then don't show any other masking reasons. (diff)
downloadportage-multirepo-a4828ac20dc2a71a60e8918c88afdea1845f7779.tar.gz
portage-multirepo-a4828ac20dc2a71a60e8918c88afdea1845f7779.tar.bz2
portage-multirepo-a4828ac20dc2a71a60e8918c88afdea1845f7779.zip
Add support for FEATURES=parse-eapi-glep-55. This feature is only intended for
experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13175
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 268fd4c8..92189fe7 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -274,6 +274,11 @@ 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 parse\-eapi\-glep\-55
+Parse \fBEAPI\fR from the file extension of the ebuild. 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.