diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-09 08:57:20 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-09 08:57:20 +0000 |
commit | fc3539b607df5786c8ed515a1e0b8611221cd503 (patch) | |
tree | e88b1dd292a69f037bab4015f7bcaaf3b9614583 | |
parent | adding hook to disable runtime compiling of pyc (diff) | |
download | gentoo-2-fc3539b607df5786c8ed515a1e0b8611221cd503.tar.gz gentoo-2-fc3539b607df5786c8ed515a1e0b8611221cd503.tar.bz2 gentoo-2-fc3539b607df5786c8ed515a1e0b8611221cd503.zip |
chage disable_pyc to export
-rw-r--r-- | eclass/python.eclass | 4 |
1 files 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 <liquidx@gentoo.org> # @@ -23,7 +23,7 @@ ECLASS="python" INHERITED="$INHERITED $ECLASS" python_disable_pyc() { - PYTHON_DONTCOMPILE=1 + export PYTHON_DONTCOMPILE=1 } # |