Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 02 Dec 2014 19:08:19
Message-Id: 1417547285.25f0d315c85db3e76cc0b3bb42bf5c27924030ac.mrueg@gentoo
1 commit: 25f0d315c85db3e76cc0b3bb42bf5c27924030ac
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 2 19:08:05 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 2 19:08:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=25f0d315
7
8 [eclass] Fix typo.
9
10 ---
11 eclass/kde4-base.eclass | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
15 index 96f356f..e9df3d1 100644
16 --- a/eclass/kde4-base.eclass
17 +++ b/eclass/kde4-base.eclass
18 @@ -341,7 +341,7 @@ fi
19 # add a dependency over kde-l10n
20 if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
21 for _lingua in ${KDE_LINGUAS}; do
22 - # if our package has lignuas, pull in kde-l10n with selected lingua enabled,
23 + # if our package has linguas, pull in kde-l10n with selected lingua enabled,
24 # but only for selected ones.
25 # this can't be done on one line because if user doesn't use any localisation
26 # then he is probably not interested in kde-l10n at all.