1 |
Make repoman report user.eclass as deprecated by GLEP 81. |
2 |
|
3 |
Signed-off-by: Michał Górny <mgorny@g.o> |
4 |
--- |
5 |
repoman/lib/repoman/modules/linechecks/deprecated/inherit.py | 1 + |
6 |
1 file changed, 1 insertion(+) |
7 |
|
8 |
diff --git a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py |
9 |
index 77ad4f625..361da09b9 100644 |
10 |
--- a/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py |
11 |
+++ b/repoman/lib/repoman/modules/linechecks/deprecated/inherit.py |
12 |
@@ -30,6 +30,7 @@ class InheritDeprecated(LineCheck): |
13 |
"mono": "mono-env", |
14 |
"python": "python-r1 / python-single-r1 / python-any-r1", |
15 |
"ruby": "ruby-ng", |
16 |
+ "user": "GLEP 81", |
17 |
"versionator": "eapi7-ver (built-in since EAPI 7)", |
18 |
"x-modular": "xorg-2", |
19 |
} |
20 |
-- |
21 |
2.22.0 |