From fc3539b607df5786c8ed515a1e0b8611221cd503 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Thu, 9 Oct 2003 08:57:20 +0000 Subject: chage disable_pyc to export --- eclass/python.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python.eclass b/eclass/python.eclass index 49ded9e41f97..01a3f4832a96 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.2 2003/10/09 08:41:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.3 2003/10/09 08:57:20 liquidx Exp $ # # Author: Alastair Tse # @@ -23,7 +23,7 @@ ECLASS="python" INHERITED="$INHERITED $ECLASS" python_disable_pyc() { - PYTHON_DONTCOMPILE=1 + export PYTHON_DONTCOMPILE=1 } # -- cgit v1.2.3-65-gdbad