Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/layman:master commit in: layman/config_modules/reposconf/
Date: Mon, 02 Feb 2015 23:05:46
Message-Id: 1422918334.c3e142db9824a6bdf8a1e32a1af54a2195bd72ed.twitch153@gentoo
1 commit: c3e142db9824a6bdf8a1e32a1af54a2195bd72ed
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 2 23:05:34 2015 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 2 23:05:34 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=c3e142db
7
8 reposconf.py: Modifies sync type name to reflect plugin name
9
10 ---
11 layman/config_modules/reposconf/reposconf.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/layman/config_modules/reposconf/reposconf.py b/layman/config_modules/reposconf/reposconf.py
15 index 1810c5e..e25160b 100644
16 --- a/layman/config_modules/reposconf/reposconf.py
17 +++ b/layman/config_modules/reposconf/reposconf.py
18 @@ -28,7 +28,7 @@ except:
19
20 try:
21 from portage.sync.modules import laymanator
22 - sync_type = "layman"
23 + sync_type = "laymanator"
24 except ImportError:
25 sync_type = None