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 1RnFoY-0004bY-GC for garchives@archives.gentoo.org; Tue, 17 Jan 2012 20:39:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC302E0AC8; Tue, 17 Jan 2012 20:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 88940E0AC8 for ; Tue, 17 Jan 2012 20:39:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 399CC1B4012 for ; Tue, 17 Jan 2012 20:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9F48980042 for ; Tue, 17 Jan 2012 20:39:20 +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/phase-helpers.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fcb2aafbbd9d4f62c07942560005b6053eff8a9f Date: Tue, 17 Jan 2012 20:39:20 +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: 2690d05e-c7c3-476a-98d8-0b8561613ad1 X-Archives-Hash: f28aba061e2aa66801a3982baf2871a2 commit: fcb2aafbbd9d4f62c07942560005b6053eff8a9f Author: Zac Medico gentoo org> AuthorDate: Tue Jan 17 20:39:00 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jan 17 20:39:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dfcb2aafb remove stray 'fi' from last commit --- bin/phase-helpers.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index d65845e..517a910 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -552,7 +552,6 @@ _eapi0_src_test() { vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" $emake_cmd -j1 test || \ die "Make test failed. See above for details." - fi else vecho ">>> Test phase [none]: ${CATEGORY}/${PF}" fi