projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2147c
)
InheritEclass: add user esethome func
author
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Jun 2012 01:02:22 +0000
(18:02 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Jun 2012 01:02:22 +0000
(18:02 -0700)
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index 92a1e5a61eb62c77d4f026f16bd7f99b1903ce49..ca4c260b18f2abf3458298db2507e76b2fe39c8e 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-611,7
+611,7
@@
_eclass_info = {
'user': {
'funcs': (
'enewuser', 'enewgroup',
- 'egetent', 'egethome', 'egetshell'
+ 'egetent', 'egethome', 'egetshell'
, 'esethome'
),
'comprehensive': True
}