From: Zac Medico Date: Mon, 23 May 2011 07:05:05 +0000 (-0700) Subject: repoman: pass type_name to Package constructor X-Git-Tag: v2.2.0_alpha35 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8597e3abb9e4748e1293e4af18396211f7b1176e;p=portage.git repoman: pass type_name to Package constructor --- diff --git a/bin/repoman b/bin/repoman index dfcc0cbc5..9cf1f3aa0 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1167,7 +1167,7 @@ for x in scanlist: fails["EAPI.unsupported"].append(os.path.join(x, y)) continue pkgs[pf] = Package(cpv=cpv, metadata=myaux, - root_config=root_config) + root_config=root_config, type_name="ebuild") # Sort ebuilds in ascending order for the KEYWORDS.dropped check. pkgsplits = {}