projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f8f565
)
fix syntax error
author
Fabian Groffen
<grobian@gentoo.org>
Mon, 29 Nov 2010 17:05:50 +0000
(18:05 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Mon, 29 Nov 2010 17:05:50 +0000
(18:05 +0100)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 7f760997c19842fe95d93707ca3a58c7f6aa6449..9561ddfbb6a34ed4b9f69651a23e811db58f9535 100644
(file)
--- a/
pym/portage/const.py
+++ b/
pym/portage/const.py
@@
-15,7
+15,7
@@
BPREFIX = EPREFIX
if "EPREFIX" in os.environ:
if os.environ["EPREFIX"] != "":
EPREFIX = os.path.normpath(os.environ["EPREFIX"])
- else
+ else
:
EPREFIX = os.environ["EPREFIX"]
# ===========================================================================