diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-18 05:31:07 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-18 05:31:07 +0000 |
commit | b111836664e3962b37b524d9898a7927290d609b (patch) | |
tree | b52c1a650ed913eb1c669f9607432d58b219c437 | |
parent | 409cb6e8b8c124fbf281efcda05994df88cd59ad (diff) | |
download | portage-b111836664e3962b37b524d9898a7927290d609b.tar.gz portage-b111836664e3962b37b524d9898a7927290d609b.tar.bz2 portage-b111836664e3962b37b524d9898a7927290d609b.zip |
Remove reference to non-existent _source_ebuild function.
svn path=/main/trunk/; revision=14663
-rwxr-xr-x | bin/isolated-functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 64f84b064..d4c5c70db 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -543,7 +543,6 @@ save_ebuild_env() { source_all_bashrcs ebuild_main \ ebuild_phase ebuild_phase_with_hooks \ _ebuild_arg_to_phase _ebuild_phase_funcs default \ - _source_ebuild \ ${QA_INTERCEPTORS} # portage config variables and variables set directly by portage |