projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e979f
)
repoman: pass type_name to Package constructor
v2.2.0_alpha35
author
Zac Medico
<zmedico@gentoo.org>
Mon, 23 May 2011 07:05:05 +0000
(
00:05
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 23 May 2011 07:05:05 +0000
(
00:05
-0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index dfcc0cbc56ee7a7533c89162b36116e5b9acf9a7..9cf1f3aa0b35bbc46d94328631eb44bfb314d1df 100755
(executable)
--- 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 = {}