projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ccf1e
)
repoman: use repodir more
author
Zac Medico
<zmedico@gentoo.org>
Wed, 14 Sep 2011 20:23:34 +0000
(13:23 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 14 Sep 2011 20:23:34 +0000
(13:23 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 318979766f3296d7b2b41ad2d49ab9f85ce6c565..65ac634cd333d2c7ea68f5a705dfb51a7436139a 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-615,7
+615,7
@@
logging.info('PORTDIR_OVERLAY = "%s"' % env['PORTDIR_OVERLAY'])
env['FEATURES'] = env.get('FEATURES', '') + ' -unknown-features-warn'
categories = []
-for path in set([portdir,
portdir_overlay
]):
+for path in set([portdir,
repodir
]):
categories.extend(portage.util.grabfile(
os.path.join(path, 'profiles', 'categories')))
repoman_settings.categories = tuple(sorted(