commit:     d288acc2d1413a8739e74b2c20050dc2cc3bc69c
Author:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 12:57:19 2016 +0000
Commit:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 12:57:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d288acc2

Drop accidently added check for .setuped

 bin/phase-functions.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 858f713..420c9af 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -222,12 +222,6 @@ __dyn_pretend() {
 }
 
 __dyn_setup() {
-       if [[ -e $PORTAGE_BUILDDIR/.setuped ]] ; then
-               __vecho ">>> It appears that '$PF' is already setup; skipping."
-               __vecho ">>> Remove '$PORTAGE_BUILDDIR/.setuped' to force 
setup."
-               return
-       fi
-
        if [[ " ${FEATURES} " == *" force-multilib "* ]]; then
                if ! is_auto-multilib && ! use multilib_abi_"${DEFAULT_ABI}" ; 
then
                        ewarn

Reply via email to