From: Fabian Groffen Date: Fri, 9 Dec 2011 20:39:21 +0000 (+0100) Subject: const.py: rely on EPREFIX from const_autotool.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d0a2f6f5415e45c7de297927b175d5f58b94e24;p=portage.git const.py: rely on EPREFIX from const_autotool.py --- diff --git a/pym/portage/const.py b/pym/portage/const.py index 336c005ce..83d669658 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -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: