const.py: rely on EPREFIX from const_autotool.py
authorFabian Groffen <grobian@gentoo.org>
Fri, 9 Dec 2011 20:39:21 +0000 (21:39 +0100)
committerFabian Groffen <grobian@gentoo.org>
Fri, 9 Dec 2011 20:39:21 +0000 (21:39 +0100)
pym/portage/const.py

index 336c005cecceecd766e1ca882ca664fa471d3b25..83d6696588b5c21477416dbf8facbe485244f0eb 100644 (file)
@@ -191,7 +191,9 @@ MANIFEST2_IDENTIFIERS    = ("AUX", "MISC", "DIST", "EBUILD")
 # a config instance (since it's possible to contruct a config instance with
 # a different EPREFIX). Therefore, the EPREFIX constant should *NOT* be used
 # in the definition of any other contstants within this file.
-EPREFIX=""
+# PREFIX LOCAL: rely on EPREFIX from autotools
+#EPREFIX=""
+# END PREFIX LOCAL
 
 # pick up EPREFIX from the environment if set
 if "__PORTAGE_TEST_EPREFIX" in os.environ: