commit:     53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 23:17:39 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 23:17:39 2016 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=53b41cb4

laymansync: Update module_spec for the change in portage's module.py

 pm_plugins/portage/sync/modules/laymansync/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pm_plugins/portage/sync/modules/laymansync/__init__.py 
b/pm_plugins/portage/sync/modules/laymansync/__init__.py
index d80f885..c704011 100644
--- a/pm_plugins/portage/sync/modules/laymansync/__init__.py
+++ b/pm_plugins/portage/sync/modules/laymansync/__init__.py
@@ -15,6 +15,7 @@ module_spec = {
     'provides':{
         'layman-module': {
             'name': 'laymansync',
+            'sourcefile': 'laymansync',
             'class': 'CONFIG_CLASS',
             'description': __doc__,
             'functions': ['sync', 'new', 'exists'],

Reply via email to