From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1661809-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33B8315852A for <garchives@archives.gentoo.org>; Thu, 15 Aug 2024 17:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6227CE29BB; Thu, 15 Aug 2024 17:28:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 488B7E29BB for <gentoo-commits@lists.gentoo.org>; Thu, 15 Aug 2024 17:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0E1434301C for <gentoo-commits@lists.gentoo.org>; Thu, 15 Aug 2024 17:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E5981ECB for <gentoo-commits@lists.gentoo.org>; Thu, 15 Aug 2024 17:28:04 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1723742824.76615b8c97ef9cd24fd282e1ec2d62998220c992.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 76615b8c97ef9cd24fd282e1ec2d62998220c992 X-VCS-Branch: master Date: Thu, 15 Aug 2024 17:28:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16869ce1-7778-43f0-8f89-9114475a717b X-Archives-Hash: 201b9f6ac30fd749c4a1ac4404cf94fd commit: 76615b8c97ef9cd24fd282e1ec2d62998220c992 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Fri Aug 9 00:14:00 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Aug 15 17:27:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=76615b8c ebuild.5: update QA variables affected by QA_PREBUILT Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Closes: https://github.com/gentoo/portage/pull/1367 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> man/ebuild.5 | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 36d65eb18f..b83ea46e17 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