From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B61F313825A for ; Thu, 12 May 2016 21:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEE4BE077B; Thu, 12 May 2016 21:36:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 910DAE077B for ; Thu, 12 May 2016 21:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E2CB34067D for ; Thu, 12 May 2016 21:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A0286E for ; Thu, 12 May 2016 21:36:14 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1463088913.04dd7923eedec4103c4ff52f382b5af68b4364b4.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/ X-VCS-Repository: proj/portage X-VCS-Files: bin/install-qa-check.d/10executable-issues bin/install-qa-check.d/90gcc-warnings X-VCS-Directories: bin/install-qa-check.d/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 04dd7923eedec4103c4ff52f382b5af68b4364b4 X-VCS-Branch: master Date: Thu, 12 May 2016 21:36:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9630d088-1d5c-4a23-a333-81620717b7d6 X-Archives-Hash: 81d1336f73d22de95ab587af044e6b2f commit: 04dd7923eedec4103c4ff52f382b5af68b4364b4 Author: Mike Frysinger gentoo org> AuthorDate: Thu May 12 21:35:13 2016 +0000 Commit: Mike Frysinger gentoo 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'