From 814200b68822ed2681dc434631c99ad3c9251fc8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 2 Oct 2011 15:53:39 -0700 Subject: Manifest.create(): pass allow_* to constructor This fixes commit f3101b3adce6731790f80f83fafece54b7bd8a63 to ensure that Manifest.create() works correctly. --- pym/portage/manifest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/manifest.py b/pym/portage/manifest.py index 49c05bd48..9db8acc1e 100644 --- a/pym/portage/manifest.py +++ b/pym/portage/manifest.py @@ -349,7 +349,8 @@ class Manifest(object): distfilehashes = {} self.__init__(self.pkgdir, self.distdir, fetchlist_dict=self.fetchlist_dict, from_scratch=True, - thin=self.thin) + thin=self.thin, allow_missing=self.allow_missing, + allow_create=self.allow_create) pn = os.path.basename(self.pkgdir.rstrip(os.path.sep)) cat = self._pkgdir_category() -- cgit v1.2.3-1-g7c22