diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-03-25 02:49:10 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-03-25 02:49:10 -0700 |
commit | 800cf2515a359a1225ff0652174af64997bab566 (patch) | |
tree | be6918d23d1ce995344e4989892bd34df83e2979 | |
parent | 1f09ba1dae92fda3ec71380eecc82d44feb5f703 (diff) | |
download | portage-800cf2515a359a1225ff0652174af64997bab566.tar.gz portage-800cf2515a359a1225ff0652174af64997bab566.tar.bz2 portage-800cf2515a359a1225ff0652174af64997bab566.zip |
Remove obsolete reference to nonexistent functions like newdepend in
save_ebuild_env. Thanks to Brian Harring.
-rw-r--r-- | bin/isolated-functions.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |