From: Michał Górny Date: Sat, 10 Sep 2011 18:13:45 +0000 (+0200) Subject: Add repoman warning about bash-completion deprecation. X-Git-Tag: v2.2.0_alpha56~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f58b6e47090766454af1106806d08391772b13b;p=portage.git Add repoman warning about bash-completion deprecation. --- diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index bff4b1fbf..cdcc8bcd8 100644 --- 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",