projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569bbe4
)
Add repoman warning about bash-completion deprecation.
author
Michał Górny
<mgorny@gentoo.org>
Sat, 10 Sep 2011 18:13:45 +0000
(20:13 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Sep 2011 19:40:09 +0000
(12:40 -0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index bff4b1fbf5e80e540dc5c4bca439cefe03882aa3..cdcc8bcd84857aa95ef35d4e2bf8f8f5f16a8636 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-384,6
+384,7
@@
class InheritDeprecated(LineCheck):
# deprecated eclass : new eclass (False if no new eclass)
deprecated_classes = {
+ "bash-completion": "bash-completion-r1",
"gems": "ruby-fakegem",
"git": "git-2",
"mozconfig-2": "mozconfig-3",