diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 18:28:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-08 18:30:59 +0100 |
commit | a22a25cf49491542b24171285e2dfbd0a8cea412 (patch) | |
tree | b9255089b61029b205e0475c6afe5a6a14c0136e /media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild | |
parent | dev-python/os-brick: 1.15.5 bup (diff) | |
download | gentoo-a22a25cf49491542b24171285e2dfbd0a8cea412.tar.gz gentoo-a22a25cf49491542b24171285e2dfbd0a8cea412.tar.bz2 gentoo-a22a25cf49491542b24171285e2dfbd0a8cea412.zip |
media-gfx/luminance-hdr: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild')
-rw-r--r-- | media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild index a93564958984..10cd92975764 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" LANGS=" cs de es fi fr hi hu id it pl ro ru sk tr zh" -IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / linguas_}" +IUSE="cpu_flags_x86_sse2 fits openmp test ${LANGS// / l10n_}" RDEPEND=" dev-libs/boost:0= @@ -79,7 +79,7 @@ src_install() { cmake-utils_src_install for lang in ${LANGS} ; do - if ! use linguas_${lang} ; then + if ! use l10n_${lang} ; then rm -f "${D}"/usr/share/${PN}/i18n/{lang,qt}_${lang}.qm || die fi done |