summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c829eac83..d0a01d12d 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1480,10 +1480,10 @@ _ebuild_phase_funcs() {
eapi2_src_install () { _eapi0_src_install "$@" ; }
for x in $default_phases ; do
- eval "default_$x() { eapi${eapi}_$x \"\$@\" ; }"
+ eval "default_$x() { eapi2_$x \"\$@\" ; }"
done
- eval "default() { eapi${eapi}_$phase_func \"\$@\" ; }"
+ eval "default() { eapi2_$phase_func \"\$@\" ; }"
else