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 Aug 2012 16:33:32
Message-Id: 1346344384.00144cc82328074c6d190e6848a8b74c13823793.zmedico@gentoo
1 commit: 00144cc82328074c6d190e6848a8b74c13823793
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 16:33:04 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 16:33:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=00144cc8
7
8 dyn_prepare: init state for apply_user_patches
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 ff7d855..85d44a1 100644
16 --- a/bin/phase-functions.sh
17 +++ b/bin/phase-functions.sh
18 @@ -372,6 +372,7 @@ dyn_prepare() {
19 else
20 die "The source directory '${S}' doesn't exist"
21 fi
22 + rm -f "${PORTAGE_BUILDDIR}/.apply_user_patches" || die
23
24 trap abort_prepare SIGINT SIGQUIT