From 47d5114bb819dd551e6e1141a056abc9c4df0929 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 25 Aug 2010 11:27:16 -0700 Subject: Fix repoman to support FEATURES=digest (reportedly it used to work but has stopped working since recent changes). --- bin/repoman | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index b497e107f..2deeb5d78 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1027,6 +1027,7 @@ for x in scanlist: generated_manifest = False if options.mode == "manifest" or \ + 'digest' in repoman_settings.features or \ options.mode in ('commit', 'fix') and not options.pretend: auto_assumed = set() fetchlist_dict = portage.FetchlistDict(checkdir, -- cgit v1.2.3-1-g7c22