Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/po4a/
Date: Thu, 26 Jan 2017 08:26:39
Message-Id: 1485419157.96dd044033b0db4df54edec516d7f95359a99592.gokturk@gentoo
1 commit: 96dd044033b0db4df54edec516d7f95359a99592
2 Author: Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jan 26 04:14:48 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 08:25:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dd0440
7
8 app-text/po4a: slightly improve the ebuild
9
10 app-text/po4a/po4a-0.47.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/app-text/po4a/po4a-0.47.ebuild b/app-text/po4a/po4a-0.47.ebuild
14 index a1bafa0..094d939 100644
15 --- a/app-text/po4a/po4a-0.47.ebuild
16 +++ b/app-text/po4a/po4a-0.47.ebuild
17 @@ -41,8 +41,8 @@ DIST_TEST="do"
18 src_prepare() {
19 # Check against locale files in ${S}/pod/bin for mismatches
20 # with languages listed in PLOCALES
21 - local locales_path="$S/po/bin"
22 - l10n_find_plocales_changes "$locales_path" "" ".po"
23 + local locales_path="${S}/po/bin"
24 + l10n_find_plocales_changes "${locales_path}" "" ".po"
25
26 # Get rid of disabled locales
27 my_get_disabled_locales() {
28 @@ -51,7 +51,7 @@ src_prepare() {
29
30 l10n_for_each_disabled_locale_do my_get_disabled_locales
31
32 - einfo "Your LINGUAS lists the following languages: $LINGUAS"
33 + einfo "Your LINGUAS lists the following languages: ${LINGUAS}"
34
35 perl-module_src_prepare
36 }