Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/
Date: Tue, 09 Jan 2018 02:01:11
Message-Id: 1515432659.a22a25cf49491542b24171285e2dfbd0a8cea412.ulm@gentoo
1 commit: a22a25cf49491542b24171285e2dfbd0a8cea412
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:28:49 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:30:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22a25cf
7
8 media-gfx/luminance-hdr: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild
16 index a9356495898..10cd9297576 100644
17 --- a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild
18 +++ b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,7 +14,7 @@ LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="amd64 x86"
28 LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh"
29 -IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / linguas_}"
30 +IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / l10n_}"
31
32 RDEPEND="
33 dev-libs/boost:0=
34 @@ -79,7 +79,7 @@ src_install() {
35 cmake-utils_src_install
36
37 for lang in ${LANGS} ; do
38 - if ! use linguas_${lang} ; then
39 + if ! use l10n_${lang} ; then
40 rm -f "${D}"/usr/share/${PN}/i18n/{lang,qt}_${lang}.qm || die
41 fi
42 done