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 57564198005 for ; Wed, 6 Mar 2013 22:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B4C1E07A0; Wed, 6 Mar 2013 22:16:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE74E07A0 for ; Wed, 6 Mar 2013 22:16:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00B7F33DC35 for ; Wed, 6 Mar 2013 22:16:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8E696E4073 for ; Wed, 6 Mar 2013 22:16:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1362608194.b86a460dc7adb027a32e2dfdce73c6fe8d3d694d.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/misc-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b86a460dc7adb027a32e2dfdce73c6fe8d3d694d X-VCS-Branch: master Date: Wed, 6 Mar 2013 22:16:49 +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: 74e2e811-7b54-4db0-ae6c-5402370ddee5 X-Archives-Hash: d3860ea139f83972418edda8ffb4de9f commit: b86a460dc7adb027a32e2dfdce73c6fe8d3d694d Author: Zac Medico gentoo org> AuthorDate: Wed Mar 6 22:16:34 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 6 22:16:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=b86a460d Clarify "Excessive files" QA die message. --- bin/misc-functions.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index ba4fb0f..18a5d55 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -650,7 +650,7 @@ install_qa_check() { eqawarn "QA Notice: Excessive files found in the / partition" eqawarn "${f}" __vecho -ne '\n' - die "static archives (*.a) and libtool library files (*.la) do not belong in /" + die "static archives (*.a) and libtool library files (*.la) belong in /usr/lib*, not /lib*" fi # Verify that the libtool files don't contain bogus $D entries.