aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-08-01 09:53:44 +0200
committerSam James <sam@gentoo.org>2022-08-10 05:36:46 +0100
commit4dd66128f1b09cbe033e6eaf4d9ba7f8da274a65 (patch)
treebfbfbb435d0c52c1554470dc95d97332bbe254c0
parentinstall-qa-check.d/60pkgconfig: improve pkg-config version check (diff)
downloadportage-4dd66128f1b09cbe033e6eaf4d9ba7f8da274a65.tar.gz
portage-4dd66128f1b09cbe033e6eaf4d9ba7f8da274a65.tar.bz2
portage-4dd66128f1b09cbe033e6eaf4d9ba7f8da274a65.zip
install-qa-check.d/60pkgconfig: use "eqatag pkgconfig.unexpected-version"
Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/portage/pull/875 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--bin/install-qa-check.d/60pkgconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install-qa-check.d/60pkgconfig b/bin/install-qa-check.d/60pkgconfig
index e95746505..a8e0aa5db 100644
--- a/bin/install-qa-check.d/60pkgconfig
+++ b/bin/install-qa-check.d/60pkgconfig
@@ -133,6 +133,7 @@ pkgconfig_check() {
eqawarn "Please check all .pc files installed by this package."
eqawarn "You can use QA_PKGCONFIG_VERSION to set the expected version,"
eqawarn "or set to the empty string to disable this QA check."
+ eqatag pkgconfig.unexpected-version ${!bad_files[@]}
fi
fi
}