From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QcD2Q-0006pf-3I for garchives@archives.gentoo.org; Thu, 30 Jun 2011 08:55:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 797A81C002; Thu, 30 Jun 2011 08:55:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 459911C002 for ; Thu, 30 Jun 2011 08:55:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF83D2AC056 for ; Thu, 30 Jun 2011 08:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D98868003C for ; Thu, 30 Jun 2011 08:55:42 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: 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: e033be0c91e5776b3eef31a02aed849696e73f45 Date: Thu, 30 Jun 2011 08:55:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 64c8eead2e1f0372abe7794d316eec1c commit: e033be0c91e5776b3eef31a02aed849696e73f45 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 30 08:53:16 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 30 08:53:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3De033be0c misc-functions.sh: remove stale NEEDED* files --- bin/misc-functions.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 09decf3..d708c1d 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -340,6 +340,7 @@ install_qa_check() { fi =20 # Save NEEDED information after removing self-contained providers + rm -f "$PORTAGE_BUILDDIR"/build-info/NEEDED{,.ELF.2} scanelf -qyRF '%a;%p;%S;%r;%n' "${D}" | { while IFS=3D read -r l; do arch=3D${l%%;*}; l=3D${l#*;} obj=3D"/${l%%;*}"; l=3D${l#*;}