summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-27 12:12:03 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-27 12:12:03 -0700
commitd5ec77f886ba5891de2d2dcc25700327596df588 (patch)
tree3b7b890c38d0ae5612a0bc00f4590995bac8bca8
parent4c1145787195dcd1cc9a459d4cada72155d3ad81 (diff)
downloadportage-2.2.0_alpha134.tar.gz
portage-2.2.0_alpha134.tar.bz2
portage-2.2.0_alpha134.zip
Fix indent from last commit.v2.2.0_alpha134
-rwxr-xr-xbin/ebuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 1b15bd06a..b4deb9c99 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -33,11 +33,11 @@ else
done
# These dummy functions return false in non-strict EAPIs, in order to ensure that
# `use multislot` is false for the "depend" phase.
- funcs="use useq usev"
- if ___eapi_has_usex; then
- funcs+=" usex"
- fi
- for x in ${funcs} ; do
+ funcs="use useq usev"
+ if ___eapi_has_usex; then
+ funcs+=" usex"
+ fi
+ for x in ${funcs} ; do
eval "${x}() {
if ___eapi_disallows_helpers_in_global_scope; then
die \"\${FUNCNAME}() calls are not allowed in global scope\"