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 1R20wO-0003Rr-WB for garchives@archives.gentoo.org; Fri, 09 Sep 2011 13:16:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD63B21C06A; Fri, 9 Sep 2011 13:16:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BEAC21C06A for ; Fri, 9 Sep 2011 13:16:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02D1D1B401C for ; Fri, 9 Sep 2011 13:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1942780042 for ; Fri, 9 Sep 2011 13:16:12 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: Subject: [gentoo-commits] proj/portage:multilib commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: d0c86632d0cf8e61d3605bfb4b8d28ee11227b6b Date: Fri, 9 Sep 2011 13:16:12 +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: X-Archives-Hash: e7db1a53d5f57db9e451b79c7b1810be commit: d0c86632d0cf8e61d3605bfb4b8d28ee11227b6b Author: Thomas Sachau gentoo org> AuthorDate: Fri Sep 9 13:16:02 2011 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Fri Sep 9 13:16:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dd0c86632 Fix issue from merge --- bin/ebuild.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 67a1a8b..26cb611 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -765,7 +765,6 @@ dyn_unpack() { fi is_ebuild && { unset_abi; source "${T}"/environment || die ; } =20 - done is_ebuild && { rm "${T}"/environment || die ; } >> "$PORTAGE_BUILDDIR/.unpacked" || \ die "Failed to create $PORTAGE_BUILDDIR/.unpacked"