From 32406b250b92be6cd3a8c6302bd6061aedc571ee Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 12:10:37 +0000 Subject: Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and update the docs to reflect this. (trunk r9475) svn path=/main/branches/2.1.2/; revision=9557 --- bin/ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild') diff --git a/bin/ebuild b/bin/ebuild index 07960fa0f..d6496f6fe 100755 --- a/bin/ebuild +++ b/bin/ebuild @@ -177,7 +177,7 @@ for arg in pargs: stale_env_warning() checked_for_stale_env = True - if arg == "digest" and force: + if arg in ("digest", "manifest") and force: discard_digests(ebuild, tmpsettings, portage.portdb) a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, debug=debug, tree=mytree) -- cgit v1.2.3-1-g7c22