Re: [gentoo-portage-dev] [PATCH] doebuild: abort for missing DIST digests

2016-02-23 Thread Brian Dolbec
On Tue, 23 Feb 2016 09:42:51 -0800 Zac Medico wrote: > Fix the ebuild(1) command to abort when DIST digests are missing, > so behavior is consistent with emerge. Do not abort when generating > a manifest (including when "digest" is in FEATURES), or when the > ebuild

[gentoo-portage-dev] [PATCH] doebuild: abort for missing DIST digests

2016-02-23 Thread Zac Medico
Fix the ebuild(1) command to abort when DIST digests are missing, so behavior is consistent with emerge. Do not abort when generating a manifest (including when "digest" is in FEATURES), or when the ebuild --skip-manifest option is used (these cases are handled outside of the doebuild function).