summaryrefslogtreecommitdiffstats
path: root/bin/ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-18 21:22:53 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-18 21:22:53 +0000
commit1e62fe7d0d6b0e749fac8389dc5d28a15e4cf462 (patch)
tree9285e8c7262df13c78a1db66a9873f7a23ca5e03 /bin/ebuild
parent9cdce048eeb69b68def534168974bfc1c3ff4856 (diff)
downloadportage-1e62fe7d0d6b0e749fac8389dc5d28a15e4cf462.tar.gz
portage-1e62fe7d0d6b0e749fac8389dc5d28a15e4cf462.tar.bz2
portage-1e62fe7d0d6b0e749fac8389dc5d28a15e4cf462.zip
Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and
update the docs to reflect this. svn path=/main/trunk/; revision=9475
Diffstat (limited to 'bin/ebuild')
-rwxr-xr-xbin/ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild
index 3554001fc..65afc660f 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -176,7 +176,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)