projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10f64b
)
repoman: Add "x-modular": "xorg-2" to InheritDeprecated check as requested by scarabe...
author
Sebastian Luther
<SebastianLuther@gmx.de>
Thu, 9 Sep 2010 11:25:23 +0000
(13:25 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Sep 2010 11:37:27 +0000
(
04:37
-0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 7a6edd176c7f8d25896b09e6d4e63db9019854b0..e00396db3709c7c3c504e0fef48e86c8036f0e7e 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-372,7
+372,8
@@
class InheritDeprecated(LineCheck):
"qt3": False,
"qt4": "qt4-r2",
"ruby": "ruby-ng",
- "ruby-gnome2": "ruby-ng-gnome2"
+ "ruby-gnome2": "ruby-ng-gnome2",
+ "x-modular": "xorg-2",
}
_inherit_re = re.compile(r'^\s*inherit\s(.*)$')