projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8629922
)
Fix config.setcpv() so it only calls _grab_pkg_env when there are
author
Zac Medico
<zmedico@gentoo.org>
Sat, 21 Aug 2010 01:21:00 +0000
(18:21 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 21 Aug 2010 01:21:00 +0000
(18:21 -0700)
relevant package.env settings.
pym/portage/package/ebuild/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/config.py
b/pym/portage/package/ebuild/config.py
index 51fc0b157950644c2c1bad0d6fc1dc5c7ad9e1ed..74a3380c1cee3f8829e1aa668a1badae4d90f7f4 100644
(file)
--- a/
pym/portage/package/ebuild/config.py
+++ b/
pym/portage/package/ebuild/config.py
@@
-1688,7
+1688,7
@@
class config(object):
# to account for possible incremental interaction between
# package.use, package.env, and overrides from the calling
# environment (configdict['env']).
- if
oldpenv != self._penv or
self._penv:
+ if self._penv:
has_changed = True
# USE is special because package.use settings override
# it. Discard any package.use settings here and they'll