projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4828ac
)
Remove redundant EAPI assingment inside doebuild_environment().
v2.2_rc27
author
Zac Medico
<zmedico@gentoo.org>
Tue, 24 Mar 2009 04:37:51 +0000
(
04:37
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 24 Mar 2009 04:37:51 +0000
(
04:37
-0000)
svn path=/main/trunk/; revision=13176
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index ced078f6435e29d3e67e325cb225778b7b3cf443..cf80bcfab01db4e7470311fe33d4ed991e2b7292 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-5158,7
+5158,7
@@
def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m
if eapi is not None:
# From parse-eapi-glep-55 above.
- mysettings.configdict['pkg']['EAPI'] = eapi
+ pass
elif 'parse-eapi-ebuild-head' in mysettings.features:
eapi = _parse_eapi_ebuild_head(codecs.open(ebuild_path,
mode='r', encoding='utf_8', errors='replace'))