Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/g-sorcery:dev commit in: g_sorcery/
Date: Mon, 29 Sep 2014 19:38:54
Message-Id: 1399511027.2b33a61b659b35280616715fb9c522ef111520c7.jauhien@gentoo
1 commit: 2b33a61b659b35280616715fb9c522ef111520c7
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 8 01:03:47 2014 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Thu May 8 01:03:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=2b33a61b
7
8 g_sorcery/ebuild.py: fix typo
9
10 ---
11 g_sorcery/ebuild.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/g_sorcery/ebuild.py b/g_sorcery/ebuild.py
15 index c7fc463..31782f0 100644
16 --- a/g_sorcery/ebuild.py
17 +++ b/g_sorcery/ebuild.py
18 @@ -154,7 +154,7 @@ class DefaultEbuildGenerator(EbuildGenerator):
19 Default ebuild generator.
20
21 Takes a layout dictinary that describes ebuild structure and generates
22 - an ebuild temlate basing on it.
23 + an ebuild template basing on it.
24
25 Layout has entries for vars and inherited eclasses. Each entry is a list.
26 Entries are processed in the following order: