diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-18 23:37:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-18 23:37:03 +0000 |
commit | 525c6a690e92d048607652e935d1971c211e0a2a (patch) | |
tree | 539872ec24b5f86bf1907d5a100e7d14ad7c67ea /eclass/python.eclass | |
parent | Add postgresql useflag. (diff) | |
download | gentoo-2-525c6a690e92d048607652e935d1971c211e0a2a.tar.gz gentoo-2-525c6a690e92d048607652e935d1971c211e0a2a.tar.bz2 gentoo-2-525c6a690e92d048607652e935d1971c211e0a2a.zip |
do not clear out PYTHON_PKG_SETUP_EXECUTED everytime this gets sourced as it breaks `FEATURES=noauto ebuild <ebuild> clean setup unpack prepare configure ...` workflows
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index c154931b7521..c0b612b16dcf 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.139 2011/10/15 20:58:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.140 2011/11/18 23:37:03 vapier Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -386,8 +386,6 @@ _python_set_color_variables() { fi } -unset PYTHON_PKG_SETUP_EXECUTED - _python_check_python_pkg_setup_execution() { [[ " ${FUNCNAME[@]:1} " =~ " "(python_set_active_version|python_pkg_setup)" " ]] && return |