projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8cb93
)
doebuild: export REPLACING_VERSIONS more
author
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Jun 2011 19:25:31 +0000
(12:25 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 17 Jun 2011 19:25:31 +0000
(12:25 -0700)
This is for api consumers like Sabayon's Entropy.
pym/portage/package/ebuild/doebuild.py
patch
|
blob
|
history
diff --git
a/pym/portage/package/ebuild/doebuild.py
b/pym/portage/package/ebuild/doebuild.py
index 5c81fbd45f7dd06ada46ce72a170a541acd39265..782e8f1b5fcb02e9b0245e2353ad56cb089dc00f 100644
(file)
--- a/
pym/portage/package/ebuild/doebuild.py
+++ b/
pym/portage/package/ebuild/doebuild.py
@@
-702,7
+702,7
@@
def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
mysettings.configdict["pkg"]["MERGE_TYPE"] = "binary"
if eapi_exports_replace_vars(mysettings["EAPI"]) and \
- (mydo in ("pretend", "setup") or \
+ (mydo in ("p
ostinst", "postrm", "preinst", "prerm", "p
retend", "setup") or \
("noauto" not in features and not returnpid and \
(mydo in actionmap_deps or mydo in ("merge", "package", "qmerge")))):
if not vartree: