diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-05 16:41:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-07 07:57:01 +0000 |
commit | f52d2611a9b2dc690a0765055efddb0f1d33349e (patch) | |
tree | cd7c23fb9a55eef849e08eaacddd64e8818260a5 /sys-apps/portage | |
parent | sci-libs/vtk: drop 9.0.3-r7, 9.1.0-r6, 9.2.2-r1 (diff) | |
download | gentoo-f52d2611a9b2dc690a0765055efddb0f1d33349e.tar.gz gentoo-f52d2611a9b2dc690a0765055efddb0f1d33349e.tar.bz2 gentoo-f52d2611a9b2dc690a0765055efddb0f1d33349e.zip |
sys-apps/portage: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29938
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/portage')
-rw-r--r-- | sys-apps/portage/files/portage-3.0.45.1-qa-notice-configure-func-decl.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/portage/files/portage-3.0.45.1-qa-notice-configure-func-decl.patch b/sys-apps/portage/files/portage-3.0.45.1-qa-notice-configure-func-decl.patch deleted file mode 100644 index a621ab65d719..000000000000 --- a/sys-apps/portage/files/portage-3.0.45.1-qa-notice-configure-func-decl.patch +++ /dev/null @@ -1,29 +0,0 @@ -From eca90b6049a9ce42ec6868f64abcab403c9f4190 Mon Sep 17 00:00:00 2001 -From: Sam James <sam@gentoo.org> -Date: Tue, 28 Feb 2023 03:10:26 +0000 -Subject: [PATCH] install-qa-check.d/90config-impl-decl: prefix warning with - 'QA Notice' - -... so tinderboxes can pick it up more easily. - -Signed-off-by: Sam James <sam@gentoo.org> ---- a/bin/install-qa-check.d/90config-impl-decl -+++ b/bin/install-qa-check.d/90config-impl-decl -@@ -92,12 +92,13 @@ config_impl_decl_check() { - # Drop out early if no impl decls found (all the arrays are the same size) - [[ ${#files[@]} -eq 0 ]] && return - -- eqawarn 'Found the following implicit function declarations in configure logs:' -+ eqawarn 'QA Notice: Found the following implicit function declarations in configure logs:' - for l in "${!files[@]}"; do - eqawarn " ${files[l]}:${lines[l]} - ${funcs[l]}" - eqatag 'config.log-impl-decl' "line=${lines[l]}" "func=${funcs[l]}" "${files[l]}" - done - eqawarn 'Check that no features were accidentally disabled.' -+ eqawarn 'See https://wiki.gentoo.org/wiki/Modern_C_porting.' - } - - config_impl_decl_check --- -2.39.2 - |