projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6c6c2
)
const.py: fix spelling of a comment
author
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 22:01:55 +0000
(14:01 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Dec 2011 22:01:55 +0000
(14:01 -0800)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index a32933c4bec27201d945d20f056f12b0f215d3c5..5c738e43125a4a59ebde25331268cdce67ab4056 100644
(file)
--- a/
pym/portage/const.py
+++ b/
pym/portage/const.py
@@
-145,7
+145,7
@@
MANIFEST2_IDENTIFIERS = ("AUX", "MISC", "DIST", "EBUILD")
# constant should be minimal, in favor of access via the EPREFIX setting of
# 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 con
t
stants within this file.
+# in the definition of any other constants within this file.
EPREFIX=""
# pick up EPREFIX from the environment if set