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 1SSBWJ-0003Jl-0d for garchives@archives.gentoo.org; Wed, 09 May 2012 18:21:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 974FEE07F9; Wed, 9 May 2012 18:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5CF79E07F9 for ; Wed, 9 May 2012 18:21:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B84F1B404D for ; Wed, 9 May 2012 18:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5964DE542D for ; Wed, 9 May 2012 18:21:33 +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: <1336587675.052cc1c657833fadb27c70889749547e1188103a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 052cc1c657833fadb27c70889749547e1188103a X-VCS-Branch: master Date: Wed, 9 May 2012 18:21:33 +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: 9ba98752-8d68-41b7-9c22-ec54a874c143 X-Archives-Hash: d03ebf291717693a792bc653444c9b16 commit: 052cc1c657833fadb27c70889749547e1188103a Author: Zac Medico gentoo org> AuthorDate: Wed May 9 18:21:15 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed May 9 18:21:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D052cc1c6 ebuild.sh: remove redundant EAPI=3D0 default --- bin/ebuild.sh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d161bc6..2589113 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -670,8 +670,6 @@ if [[ $EBUILD_PHASE =3D depend ]] ; then PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04 UNUSED_03 UNUSED_02 UNUSED_01" =20 - [ "${EAPI+set}" =3D set ] || EAPI=3D0 - # The extra $(echo) commands remove newlines. if [ -n "${dbkey}" ] ; then > "${dbkey}"