commit:     04dd7923eedec4103c4ff52f382b5af68b4364b4
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 21:35:13 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu May 12 21:35:13 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=04dd7923

qa-checks: change "herd" to "maintainer"

 bin/install-qa-check.d/10executable-issues | 2 +-
 bin/install-qa-check.d/90gcc-warnings      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/install-qa-check.d/10executable-issues 
b/bin/install-qa-check.d/10executable-issues
index 10d3c71..066f150 100644
--- a/bin/install-qa-check.d/10executable-issues
+++ b/bin/install-qa-check.d/10executable-issues
@@ -49,7 +49,7 @@ elf_check() {
                __vecho -ne '\n'
                eqawarn "QA Notice: The following files contain insecure 
RUNPATHs"
                eqawarn " Please file a bug about this at 
http://bugs.gentoo.org/";
-               eqawarn " with the maintaining herd of the package."
+               eqawarn " with the maintainer of the package."
                eqawarn "${f}${f:+${x:+\n}}${x}"
                __vecho -ne '\n'
                if [[ -n ${x} ]] || has stricter ${FEATURES} ; then

diff --git a/bin/install-qa-check.d/90gcc-warnings 
b/bin/install-qa-check.d/90gcc-warnings
index 43f9498..a160436 100644
--- a/bin/install-qa-check.d/90gcc-warnings
+++ b/bin/install-qa-check.d/90gcc-warnings
@@ -99,7 +99,7 @@ gcc_warn_check() {
                                eerror "${f}"
                                eerror
                                eerror " Please file a bug about this at 
http://bugs.gentoo.org/";
-                               eerror " with the maintaining herd of the 
package."
+                               eerror " with the maintainer of the package."
                                eerror
                        else
                                __vecho -ne '\n'
@@ -137,7 +137,7 @@ gcc_warn_check() {
                                eerror "${f}"
                                eerror
                                eerror " Please file a bug about this at 
http://bugs.gentoo.org/";
-                               eerror " with the maintaining herd of the 
package."
+                               eerror " with the maintainer of the package."
                                eerror
                        else
                                __vecho -ne '\n'

Reply via email to