From: Zac Medico Date: Thu, 25 Mar 2010 09:49:10 +0000 (-0700) Subject: Remove obsolete reference to nonexistent functions like newdepend in X-Git-Tag: v2.2_rc68~693 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=800cf2515a359a1225ff0652174af64997bab566;p=portage.git Remove obsolete reference to nonexistent functions like newdepend in save_ebuild_env. Thanks to Brian Harring. --- diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index f797a342b..5613e6f46 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -535,8 +535,7 @@ save_ebuild_env() { abort_test abort_install dyn_prepare dyn_configure \ dyn_compile dyn_test dyn_install \ dyn_preinst dyn_help debug-print debug-print-function \ - debug-print-section inherit EXPORT_FUNCTIONS newdepend newrdepend \ - newpdepend do_newdepend remove_path_entry \ + debug-print-section inherit EXPORT_FUNCTIONS remove_path_entry \ save_ebuild_env filter_readonly_variables preprocess_ebuild_env \ source_all_bashrcs ebuild_main \ ebuild_phase ebuild_phase_with_hooks \