diff options
-rwxr-xr-x | bin/ebuild.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 8ee27fc93..7cca4f272 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1395,6 +1395,9 @@ _ebuild_arg_to_phase() { unpack) phase_func=src_unpack ;; + prepare) + phase_func=src_prepare + ;; configure) ! hasq $eapi 0 1 2_pre1 && \ phase_func=src_configure |