diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-08-09 02:14:00 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-08-15 13:27:04 -0400 |
commit | 76615b8c97ef9cd24fd282e1ec2d62998220c992 (patch) | |
tree | 188eb30d3ac44bea1536c64eaa6194bcc0424bfb /man | |
parent | phase-functions: extend QA_PREBUILT handling to QA_SONAME_NO_SYMLINK (diff) | |
download | portage-76615b8c97ef9cd24fd282e1ec2d62998220c992.tar.gz portage-76615b8c97ef9cd24fd282e1ec2d62998220c992.tar.bz2 portage-76615b8c97ef9cd24fd282e1ec2d62998220c992.zip |
ebuild.5: update QA variables affected by QA_PREBUILT
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Closes: https://github.com/gentoo/portage/pull/1367
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/ebuild.5 | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 36d65eb18..b83ea46e1 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -862,28 +862,6 @@ This should contain a list of file paths, relative to the image directory, of desktop files which should not be validated. The paths 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 -expressions with escape\-quoted special characters. -.TP -.B QA_EXECSTACK -This should contain a list of file paths, relative to the image directory, of -objects that require executable stack in order to run. -The paths may contain fnmatch patterns. - -This variable is intended to be used on objects that truly need executable -stack (i.e. not those marked to need it which in fact do not). -.TP -.B QA_FLAGS_IGNORED -This should contain a list of file paths, relative to the image directory, of -files that do not contain .GCC.command.line sections or contain .hash sections. -The paths may contain regular expressions with escape\-quoted special -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_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. @@ -906,6 +884,28 @@ the QA_* variables that support regular expressions instead of fnmatch patterns. The translation mechanism simply replaces "*" with ".*". .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 +expressions with escape\-quoted special characters. +.TP +.B QA_EXECSTACK +This should contain a list of file paths, relative to the image directory, of +objects that require executable stack in order to run. +The paths may contain fnmatch patterns. + +This variable is intended to be used on objects that truly need executable +stack (i.e. not those marked to need it which in fact do not). +.TP +.B QA_FLAGS_IGNORED +This should contain a list of file paths, relative to the image directory, of +files that do not contain .GCC.command.line sections or contain .hash sections. +The paths may contain regular expressions with escape\-quoted special +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_PRESTRIPPED This should contain a list of file paths, relative to the image directory, of files that contain pre-stripped binaries. The paths may contain regular |