commit:     57c63e9e5468670ea976d1fae960cd20259ea019
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 17:05:59 2015 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:55:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=57c63e9e

repoman: add clutter to inherit.deprecated, bug #486362

 pym/repoman/checks/ebuilds/checks.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pym/repoman/checks/ebuilds/checks.py 
b/pym/repoman/checks/ebuilds/checks.py
index 9f72324..7bab8e4 100644
--- a/pym/repoman/checks/ebuilds/checks.py
+++ b/pym/repoman/checks/ebuilds/checks.py
@@ -427,6 +427,7 @@ class InheritDeprecated(LineCheck):
                "gst-plugins-good": "gstreamer",
                "gst-plugins-ugly": "gstreamer",
                "gst-plugins10": "gstreamer",
+               "clutter": "gnome2",
        }
 
        _inherit_re = re.compile(r'^\s*inherit\s(.*)$')

Reply via email to