diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/ebuild.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index cca00ddf0..0045efd63 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1,4 +1,4 @@ -.TH "EBUILD" "5" "Oct 2012" "Portage VERSION" "Portage" +.TH "EBUILD" "5" "Dec 2012" "Portage VERSION" "Portage" .SH "NAME" ebuild \- the internal format, variables, and functions in an ebuild script @@ -781,6 +781,11 @@ shared libraries that have SONAMEs but should not have a corresponding SONAME symlink in the same directory. The paths may contain regular expressions with escape\-quoted special characters. .TP +.B QA_CONFIGURE_OPTIONS +This should contain a list of configure options which trigger warnings about +unrecognized options. The options may contain regular expressions with +escape\-quoted special characters. +.TP .B QA_DT_NEEDED This should contain a list of file paths, relative to the image directory, of shared libraries that lack NEEDED entries. The paths may contain regular |