From d94090332c75330307dff9269c7c9f753b31ab86 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 27 Oct 2006 06:32:28 +0000 Subject: Do not pass the "clean" parameter to doebuild since it causes ${T} to be cleaned up when it shouldn't be. Thanks to Mr_Bones_ for reporting. svn path=/main/trunk/; revision=4848 --- bin/ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild b/bin/ebuild index 0160fa039..2d8c0890e 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -106,7 +106,8 @@ for arg in pargs: tmpsettings = portage.config(clone=portage.settings) if arg == "digest" and force: discard_digests(ebuild, tmpsettings, portage.portdb) - a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, debug=debug, cleanup=("noauto" not in portage.features), tree=mytree) + a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, + debug=debug, tree=mytree) except KeyboardInterrupt: print "Interrupted." a = 1 -- cgit v1.2.3-1-g7c22