summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-12-11 12:40:48 -0800
committerZac Medico <zmedico@gentoo.org>2012-12-11 12:40:48 -0800
commit59b3da32a1417f973c7ab6767f0f8d3ccfd6d923 (patch)
tree242dffe9e5a91ddfa4dfba727de49e0ad9e0f029 /man
parente20cbf882cdbaae447d785ebadc980d29dfa2a4b (diff)
downloadportage-59b3da32a1417f973c7ab6767f0f8d3ccfd6d923.tar.gz
portage-59b3da32a1417f973c7ab6767f0f8d3ccfd6d923.tar.bz2
portage-59b3da32a1417f973c7ab6767f0f8d3ccfd6d923.zip
Add QA_CONFIGURE_OPTIONS variable.v2.2.0_alpha148
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.57
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