1 |
--- |
2 |
repoman/pym/repoman/modules/scan/ebuild/checks.py | 1 + |
3 |
1 file changed, 1 insertion(+) |
4 |
|
5 |
diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py b/repoman/pym/repoman/modules/scan/ebuild/checks.py |
6 |
index d091a92b7..06afad5f7 100644 |
7 |
--- a/repoman/pym/repoman/modules/scan/ebuild/checks.py |
8 |
+++ b/repoman/pym/repoman/modules/scan/ebuild/checks.py |
9 |
@@ -417,6 +417,7 @@ class InheritDeprecated(LineCheck): |
10 |
"bash-completion": "bash-completion-r1", |
11 |
"boost-utils": False, |
12 |
"clutter": "gnome2", |
13 |
+ "confutils": False, |
14 |
"distutils": "distutils-r1", |
15 |
"games": False, |
16 |
"gems": "ruby-fakegem", |
17 |
-- |
18 |
2.11.1 |