projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0428b8e
)
const.py: rely on EPREFIX from const_autotool.py
author
Fabian Groffen
<grobian@gentoo.org>
Fri, 9 Dec 2011 20:39:21 +0000
(21:39 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Fri, 9 Dec 2011 20:39:21 +0000
(21:39 +0100)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 336c005cecceecd766e1ca882ca664fa471d3b25..83d6696588b5c21477416dbf8facbe485244f0eb 100644
(file)
--- 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: