summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-09 08:57:20 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-09 08:57:20 +0000
commit159d52243e1c214c18aa3b7c5b7964fee977f002 (patch)
treefebb875d910b5865eadb8ffb2fb26df9e396982a /eclass
parentadding hook to disable runtime compiling of pyc (diff)
downloadhistorical-159d52243e1c214c18aa3b7c5b7964fee977f002.tar.gz
historical-159d52243e1c214c18aa3b7c5b7964fee977f002.tar.bz2
historical-159d52243e1c214c18aa3b7c5b7964fee977f002.zip
chage disable_pyc to export
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python.eclass4
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
}
#