diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
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 = {} |