aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-09-28 19:09:50 +0200
committerFabian Groffen <grobian@gentoo.org>2014-09-28 19:09:50 +0200
commit2f3cde1d67e04cf01dae8ec8b1f2bf0515c153df (patch)
treeb8e931b0e7fdaa70e02c4edf602e5044f9e7bdea /man
parentRevert "install_qa_check_macho: introduce QA_INSTALL_NAME" (diff)
downloadportage-2f3cde1d67e04cf01dae8ec8b1f2bf0515c153df.tar.gz
portage-2f3cde1d67e04cf01dae8ec8b1f2bf0515c153df.tar.bz2
portage-2f3cde1d67e04cf01dae8ec8b1f2bf0515c153df.zip
install_qa_check_macho: introduce QA_IGNORE_INSTALL_NAME_FILES
Add QA_IGNORE_INSTALL_NAME_FILES containing a list for file to treat as non-fatal when they have failures with install_names.
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 89bd6a275..708e9d444 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -777,6 +777,12 @@ characters.
This variable is intended to be used on files of binary packages which ignore
CFLAGS, CXXFLAGS, FFLAGS, FCFLAGS, and LDFLAGS variables.
.TP
+.B QA_IGNORE_INSTALL_NAME_FILES
+This should contain a list of file names (without path) that should be
+ignored in the install_name check. That is, if these files point to
+something not available in the image directory or live filesystem, these
+files are ignored, albeit being broken.
+.TP
.B QA_MULTILIB_PATHS
This should contain a list of file paths, relative to the image directory, of
files that should be ignored for the multilib\-strict checks.