aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-04-29 16:17:39 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-04-29 16:17:39 -0700
commit53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3 (patch)
tree2a80a1af18c0157de845f8b58b35a1a27da19628
parentremotedb.py: Removes climit param for internel _fetch_file() params (diff)
downloadlayman-53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3.tar.gz
layman-53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3.tar.bz2
layman-53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3.zip
laymansync: Update module_spec for the change in portage's module.py
-rw-r--r--pm_plugins/portage/sync/modules/laymansync/__init__.py1
1 files changed, 1 insertions, 0 deletions
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'],