aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-06-20 20:50:13 +0200
committerFabian Groffen <grobian@gentoo.org>2014-06-20 20:50:13 +0200
commit90691e509210bce88c715022eaba72fac5cf76b5 (patch)
tree30d44005603988c4c29bdb1f57184522ae6d6c9c /man
parentMerge remote-tracking branch 'overlays-gentoo-org/master' into prefix (diff)
downloadportage-90691e509210bce88c715022eaba72fac5cf76b5.tar.gz
portage-90691e509210bce88c715022eaba72fac5cf76b5.tar.bz2
portage-90691e509210bce88c715022eaba72fac5cf76b5.zip
install_qa_check_macho: introduce QA_INSTALL_NAME
Allow certain install_names to be ignored when checking for validity. This is useful for libraries that will be managed by tools like eselect.
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 89bd6a275..ad6bf40e3 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -799,6 +799,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_INSTALL_NAME
+This should contain a list of install_names (excluding leading EPREFIX
+or EROOT) of shared libraries that are allowed, despite pointing to
+something not available in the image directory.
+.TP
.B QA_AM_MAINTAINER_MODE
This should contain a list of lines containing automake missing \-\-run
commands. The lines may contain regular expressions with escape\-quoted