diff options
author | 2001-04-06 03:07:59 +0000 | |
---|---|---|
committer | 2001-04-06 03:07:59 +0000 | |
commit | 19b7c7e38ab5b0a1f6bfbc2410ed82b982d1edb5 (patch) | |
tree | 12f7c74b16033d70f4810a36b0f0f2bb828a8b42 /sys-apps | |
parent | new ebuild (diff) | |
download | gentoo-2-19b7c7e38ab5b0a1f6bfbc2410ed82b982d1edb5.tar.gz gentoo-2-19b7c7e38ab5b0a1f6bfbc2410ed82b982d1edb5.tar.bz2 gentoo-2-19b7c7e38ab5b0a1f6bfbc2410ed82b982d1edb5.zip |
ebuild foo.ebuild unmerge now works again
Diffstat (limited to 'sys-apps')
-rwxr-xr-x | sys-apps/portage/files/1.5/pym/portage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/portage/files/1.5/pym/portage.py b/sys-apps/portage/files/1.5/pym/portage.py index 167319313176..ffe994239246 100755 --- a/sys-apps/portage/files/1.5/pym/portage.py +++ b/sys-apps/portage/files/1.5/pym/portage.py @@ -463,7 +463,7 @@ def doebuild(myebuild,mydo,checkdeps=1): return spawn("/usr/sbin/ebuild.sh fetch unpack") elif mydo=="compile": return spawn("/usr/sbin/ebuild.sh fetch unpack compile") - elif mydo in ["prerm","postrm","preinst","postinst","config","touch","clean","fetch","digest","unmerge","install"]: + elif mydo in ["prerm","postrm","preinst","postinst","config","touch","clean","fetch","digest","install"]: return spawn("/usr/sbin/ebuild.sh "+mydo) elif mydo=="qmerge": #qmerge is specifically not supposed to do a runtime dep check |