From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B4862138010 for ; Fri, 14 Sep 2012 17:09:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E4B021C008; Fri, 14 Sep 2012 17:09:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 17EE521C008 for ; Fri, 14 Sep 2012 17:09:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5174333C246 for ; Fri, 14 Sep 2012 17:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D4B21E543F for ; Fri, 14 Sep 2012 17:09:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1347642548.565adddf0ce3d492a605c9353865867e7cc226e6.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/save-ebuild-env.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 565adddf0ce3d492a605c9353865867e7cc226e6 X-VCS-Branch: master Date: Fri, 14 Sep 2012 17:09:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c447ea1-113e-4106-969c-8d019464f50e X-Archives-Hash: 080e211d624a632f59733890a71745da commit: 565adddf0ce3d492a605c9353865867e7cc226e6 Author: Zac Medico gentoo org> AuthorDate: Fri Sep 14 17:09:08 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Sep 14 17:09:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=565adddf save-ebuild-env: fix for __dyn* renames --- bin/save-ebuild-env.sh | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index c2082ab..3b1a1da 100644 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -61,15 +61,18 @@ __save_ebuild_env() { into insinto exeinto docinto \ insopts diropts exeopts libopts docompress \ __abort_handler __abort_prepare __abort_configure __abort_compile \ - __abort_test __abort_install __dyn_prepare dyn_configure \ - __dyn_compile dyn_test dyn_install \ - __dyn_preinst dyn_pretend dyn_help debug-print debug-print-function \ + __abort_test __abort_install __dyn_prepare __dyn_configure \ + __dyn_compile __dyn_test __dyn_install \ + __dyn_preinst __dyn_pretend __dyn_help \ + debug-print debug-print-function \ debug-print-section __helpers_die inherit EXPORT_FUNCTIONS \ nonfatal register_success_hook \ - __save_ebuild_env __filter_readonly_variables __preprocess_ebuild_env \ + __save_ebuild_env __set_colors __filter_readonly_variables \ + __preprocess_ebuild_env \ __source_all_bashrcs \ __ebuild_main __ebuild_phase __ebuild_phase_with_hooks \ __ebuild_arg_to_phase __ebuild_phase_funcs default \ + __unset_colors \ _hasg _hasgq _unpack_tar \ ${QA_INTERCEPTORS}