summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-28 11:12:02 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-28 11:46:57 -0700
commit28ada16af437c0f2955f222abd03730ae2e299d6 (patch)
treea6b31070826eda674bec8680abea1a0aa5d14c1e /metadata/install-qa-check.d/60gtk-doc-paths
parentvirtual/logger: EAPI 7 (diff)
downloadgentoo-28ada16af437c0f2955f222abd03730ae2e299d6.tar.gz
gentoo-28ada16af437c0f2955f222abd03730ae2e299d6.tar.bz2
gentoo-28ada16af437c0f2955f222abd03730ae2e299d6.zip
metadata/install-qa-check.d: add QA Notice string to all checks
and re-wrap some lines to fit into 80 char limit Bug: https://bugs.gentoo.org/728046 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d/60gtk-doc-paths')
-rw-r--r--metadata/install-qa-check.d/60gtk-doc-paths6
1 files changed, 3 insertions, 3 deletions
diff --git a/metadata/install-qa-check.d/60gtk-doc-paths b/metadata/install-qa-check.d/60gtk-doc-paths
index 866e871c221a..8c12c2604337 100644
--- a/metadata/install-qa-check.d/60gtk-doc-paths
+++ b/metadata/install-qa-check.d/60gtk-doc-paths
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# QA check: ensure that gtk-doc files are installed in /usr/share/gtk-doc
@@ -14,8 +14,8 @@ gtk_doc_path_check() {
if [[ ${found[@]} ]]; then
eqawarn
- eqawarn "This package seems to install gtk-doc documentation into the following"
- eqawarn "location(s):"
+ eqawarn "QA Notice: This package seems to install gtk-doc documentation into the"
+ eqawarn "following location(s):"
eqawarn
eqatag -v gtk-doc-paths.invalid-path "${found[@]#${D%/}}"
eqawarn