Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: bin/
Date: Mon, 31 Oct 2011 19:50:44
Message-Id: 6e974a299674af0f67cfb87aa9092623b4442cb4.tommy@gentoo
1 commit: 6e974a299674af0f67cfb87aa9092623b4442cb4
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 19:50:22 2011 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 19:50:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6e974a29
7
8 Also remove .abi file
9
10 ---
11 bin/phase-functions.sh | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
15 index 6fc8b51..1922aa6 100644
16 --- a/bin/phase-functions.sh
17 +++ b/bin/phase-functions.sh
18 @@ -292,6 +292,7 @@ dyn_clean() {
19 if [[ $EMERGE_FROM = binary ]] || ! has keepwork $FEATURES; then
20 rm -f "$PORTAGE_BUILDDIR"/.{ebuild_changed,logid,pretended*,setuped*,unpacked*,prepared*} \
21 "$PORTAGE_BUILDDIR"/.{configured*,compiled*,tested*,packaged*} \
22 + "$PORTAGE_BUILDDIR"/.abi \
23 "$PORTAGE_BUILDDIR"/.die_hooks \
24 "$PORTAGE_BUILDDIR"/.ipc_{in,out,lock} \
25 "$PORTAGE_BUILDDIR"/.exit_status