From 1d0a2f6f5415e45c7de297927b175d5f58b94e24 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 9 Dec 2011 21:39:21 +0100 Subject: [PATCH] const.py: rely on EPREFIX from const_autotool.py --- pym/portage/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- 2.26.2