projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7de648
)
Fix code from previous commit so it properly checks $eapi to verify that
author
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Oct 2008 19:46:07 +0000
(19:46 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Oct 2008 19:46:07 +0000
(19:46 -0000)
src_prepare is really a supported phase function.
svn path=/main/trunk/; revision=11665
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 7cca4f272ae83201b666fbb538ed7f7640c42d92..b501e94a258c07e9b81c652718e91d1c517066b0 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1396,7
+1396,8
@@
_ebuild_arg_to_phase() {
phase_func=src_unpack
;;
prepare)
- phase_func=src_prepare
+ ! hasq $eapi 0 1 2_pre1 2_pre2 && \
+ phase_func=src_prepare
;;
configure)
! hasq $eapi 0 1 2_pre1 && \