summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-25 02:49:10 -0700
committerZac Medico <zmedico@gentoo.org>2010-03-25 02:49:10 -0700
commit800cf2515a359a1225ff0652174af64997bab566 (patch)
treebe6918d23d1ce995344e4989892bd34df83e2979 /bin
parentAdd back executable bits, accidentally removed in previous commit. (diff)
downloadportage-idfetch-800cf2515a359a1225ff0652174af64997bab566.tar.gz
portage-idfetch-800cf2515a359a1225ff0652174af64997bab566.tar.bz2
portage-idfetch-800cf2515a359a1225ff0652174af64997bab566.zip
Remove obsolete reference to nonexistent functions like newdepend in
save_ebuild_env. Thanks to Brian Harring.
Diffstat (limited to 'bin')
-rw-r--r--bin/isolated-functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index f797a342..5613e6f4 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 \