summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/luminance-hdr')
-rw-r--r--media-gfx/luminance-hdr/luminance-hdr-2.4.0.ebuild6
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