---
eclass/python-r1.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 6e7b6e1..22030b9 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -582,6 +582,7 @@ python_setup() {
done
}
python_foreach_impl _python_try_impl
+ unset -f _python_try_impl
if [[ ! ${best_impl} ]]; then
eerror "${FUNCNAME}: none of the enabled implementation matched
the patterns."
@@ -619,6 +620,7 @@ python_export_best() {
best=${MULTIBUILD_VARIANT}
}
multibuild_for_best_variant _python_set_best
+ unset -f _python_set_best
debug-print "${FUNCNAME}: Best implementation is: ${best}"
python_export "${best}" "${@}"
@@ -653,6 +655,7 @@ python_replicate_script() {
local files=( "${@}" )
python_foreach_impl _python_replicate_script
+ unset -f _python_replicate_script
# install the wrappers
local f
--
2.6.3- [gentoo-dev] [PATCHES] python-r1 suite clean up & impl... Michał Górny
- [gentoo-dev] [PATCH 02/13] python-utils-r1.eclass: Re... Michał Górny
- Re: [gentoo-dev] [PATCH 02/13] python-utils-r1.ec... Patrice Clement
- Re: [gentoo-dev] [PATCH 02/13] python-utils-r... Michał Górny
- [gentoo-dev] [PATCH 04/13] python-any-r1.eclass: Unse... Michał Górny
- [gentoo-dev] [PATCH 01/13] python-utils-r1.eclass: Ma... Michał Górny
- [gentoo-dev] [PATCH 05/13] python-any-r1.eclass: Mark... Michał Górny
- [gentoo-dev] [PATCH 03/13] python-any-r1.eclass: Rena... Michał Górny
- [gentoo-dev] [PATCH 08/13] python-single-r1.eclass: M... Michał Górny
- [gentoo-dev] [PATCH 09/13] python-r1.eclass: Unset gl... Michał Górny
- [gentoo-dev] [PATCH 10/13] python-r1.eclass: Unset lo... Michał Górny
- [gentoo-dev] [PATCH 12/13] python-r1.eclass: Mark ecl... Michał Górny
- [gentoo-dev] [PATCH 11/13] python-r1.eclass: python_g... Michał Górny
- [gentoo-dev] [PATCH 13/13] distutils-r1.eclass: Unset... Michał Górny
- [gentoo-dev] [PATCH 07/13] python-single-r1.eclass: p... Michał Górny
- [gentoo-dev] [PATCH 06/13] python-single-r1.eclass: U... Michał Górny
- Re: [gentoo-dev] [PATCHES] python-r1 suite clean up &... Mike Gilbert
- Re: [gentoo-dev] [PATCHES] python-r1 suite clean ... Michał Górny
- Re: [gentoo-dev] [PATCHES] python-r1 suite clean up &... Michał Górny
