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 <gentoo-commits+bounces-415481-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Rjlum-0002i0-2e for garchives@archives.gentoo.org; Sun, 08 Jan 2012 06:07:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45A721C0BF; Sun, 8 Jan 2012 06:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B19CE21C0D7 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2012 06:07:23 +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 2DFD91B4004 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2012 06:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8259880044 for <gentoo-commits@lists.gentoo.org>; Sun, 8 Jan 2012 06:07:22 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" <arfrever@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" <arfrever@gentoo.org> Message-ID: <d933ef603595ef43128065cf1791be97c5515578.arfrever@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: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: d933ef603595ef43128065cf1791be97c5515578 Date: Sun, 8 Jan 2012 06:07:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6016dfa0-382e-4366-80f9-1b09416e67d4 X-Archives-Hash: 181898a02939848d8ec42924d1b8f1c9 commit: d933ef603595ef43128065cf1791be97c5515578 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DO= T> Org> AuthorDate: Sun Jan 8 06:06:33 2012 +0000 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> gentoo <DO= T> org> CommitDate: Sun Jan 8 06:06:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dd933ef60 Fix location of a comment. --- bin/ebuild.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a4ac81b..f8e71f5 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 PORTAGE_BIN_PATH=3D"${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}" @@ -650,9 +650,9 @@ if [[ $EBUILD_PHASE =3D depend ]] ; then PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04 UNUSED_03 UNUSED_02 UNUSED_01" =20 - #the extra $(echo) commands remove newlines [ -n "${EAPI}" ] || EAPI=3D0 =20 + # The extra $(echo) commands remove newlines. if [ -n "${dbkey}" ] ; then > "${dbkey}" for f in ${auxdbkeys} ; do