Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sun, 08 Jan 2012 06:07:32
Message-Id: d933ef603595ef43128065cf1791be97c5515578.arfrever@gentoo
1 commit: d933ef603595ef43128065cf1791be97c5515578
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Sun Jan 8 06:06:33 2012 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <arfrever <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 8 06:06:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d933ef60
7
8 Fix location of a comment.
9
10 ---
11 bin/ebuild.sh | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
15 index a4ac81b..f8e71f5 100755
16 --- a/bin/ebuild.sh
17 +++ b/bin/ebuild.sh
18 @@ -1,5 +1,5 @@
19 #!/bin/bash
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2012 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"
25 @@ -650,9 +650,9 @@ if [[ $EBUILD_PHASE = depend ]] ; then
26 PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04
27 UNUSED_03 UNUSED_02 UNUSED_01"
28
29 - #the extra $(echo) commands remove newlines
30 [ -n "${EAPI}" ] || EAPI=0
31
32 + # The extra $(echo) commands remove newlines.
33 if [ -n "${dbkey}" ] ; then
34 > "${dbkey}"
35 for f in ${auxdbkeys} ; do