Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: pm_plugins/portage/sync/modules/laymansync/
Date: Fri, 29 Apr 2016 23:19:15
Message-Id: 1461971859.53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3.dolsen@gentoo
1 commit: 53b41cb4d01a7b6f31d09f7fdb0a0292b633b7e3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 23:17:39 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 23:17:39 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=53b41cb4
7
8 laymansync: Update module_spec for the change in portage's module.py
9
10 pm_plugins/portage/sync/modules/laymansync/__init__.py | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/pm_plugins/portage/sync/modules/laymansync/__init__.py b/pm_plugins/portage/sync/modules/laymansync/__init__.py
14 index d80f885..c704011 100644
15 --- a/pm_plugins/portage/sync/modules/laymansync/__init__.py
16 +++ b/pm_plugins/portage/sync/modules/laymansync/__init__.py
17 @@ -15,6 +15,7 @@ module_spec = {
18 'provides':{
19 'layman-module': {
20 'name': 'laymansync',
21 + 'sourcefile': 'laymansync',
22 'class': 'CONFIG_CLASS',
23 'description': __doc__,
24 'functions': ['sync', 'new', 'exists'],