From 501107fa5a689b8203610192e8d52a6b1b3a247e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Aug 2010 07:27:58 -0700 Subject: Invert _ebuild_helpers_path EAPI conditional in ebuild.sh. --- bin/ebuild.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 393c82ebd..feef31809 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1995,11 +1995,11 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm ; then if [[ $EBUILD_PHASE != depend ]] ; then case "$EAPI" in - 4|4_pre1) - _ebuild_helpers_path="$PORTAGE_BIN_PATH/ebuild-helpers/4:$PORTAGE_BIN_PATH/ebuild-helpers" + 0|1|2|3) + _ebuild_helpers_path="$PORTAGE_BIN_PATH/ebuild-helpers" ;; *) - _ebuild_helpers_path="$PORTAGE_BIN_PATH/ebuild-helpers" + _ebuild_helpers_path="$PORTAGE_BIN_PATH/ebuild-helpers/4:$PORTAGE_BIN_PATH/ebuild-helpers" ;; esac -- cgit v1.2.3-1-g7c22