summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-19 19:31:03 +0100
committerSam James <sam@gentoo.org>2022-04-19 19:31:03 +0100
commit3f2e678f952321df4e643a8db597f919480c7339 (patch)
treedd25f9a1053b631b1a22a86d376f7f373eb2d42f /metadata/install-qa-check.d
parentRevert "metadata/install-qa-check.d: swap libltdl check to 'has'" (diff)
downloadgentoo-3f2e678f952321df4e643a8db597f919480c7339.tar.gz
gentoo-3f2e678f952321df4e643a8db597f919480c7339.tar.bz2
gentoo-3f2e678f952321df4e643a8db597f919480c7339.zip
metadata/install-qa-check.d: clarify QA warning
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d')
-rw-r--r--metadata/install-qa-check.d/60libtool-la2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60libtool-la b/metadata/install-qa-check.d/60libtool-la
index fd21ec8406d3..a313f785cad2 100644
--- a/metadata/install-qa-check.d/60libtool-la
+++ b/metadata/install-qa-check.d/60libtool-la
@@ -34,7 +34,7 @@ libtool_la_check() {
done
if [[ -n "${bad_files[@]}" ]] ; then
- eqawarn "QA Notice: Installing libtool files (.la) without corresponding libraries!"
+ eqawarn "QA Notice: Installing libtool files (.la) without corresponding static libraries!"
eqatag -v libtool-la.unnecessary "${bad_files[@]#${D}}"
fi
}