Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Thu, 30 Jun 2011 08:55:54
Message-Id: e033be0c91e5776b3eef31a02aed849696e73f45.zmedico@gentoo
1 commit: e033be0c91e5776b3eef31a02aed849696e73f45
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 08:53:16 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 08:53:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e033be0c
7
8 misc-functions.sh: remove stale NEEDED* files
9
10 ---
11 bin/misc-functions.sh | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
15 index 09decf3..d708c1d 100755
16 --- a/bin/misc-functions.sh
17 +++ b/bin/misc-functions.sh
18 @@ -340,6 +340,7 @@ install_qa_check() {
19 fi
20
21 # Save NEEDED information after removing self-contained providers
22 + rm -f "$PORTAGE_BUILDDIR"/build-info/NEEDED{,.ELF.2}
23 scanelf -qyRF '%a;%p;%S;%r;%n' "${D}" | { while IFS= read -r l; do
24 arch=${l%%;*}; l=${l#*;}
25 obj="/${l%%;*}"; l=${l#*;}