summaryrefslogtreecommitdiff
path: root/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
commit5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (patch)
tree0528a53855a7ec96d20cde9edb9031aab030224c /app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild
parenta8b0d35ab742f31538d515dea39716e566d533c0 (diff)
gentoo resync : 07.01.2018
Diffstat (limited to 'app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild')
-rw-r--r--app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild
index e3fc45f7773b..f59d82948f66 100644
--- a/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild
+++ b/app-misc/emelfm2/emelfm2-0.9.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,6 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl ansi gimp gtk3 kernel_linux nls policykit spell udisks"
EMELFM2_LINGUAS=( de fr ja pl ru zh_CN )
-IUSE+=" ${EMELFM2_LINGUAS[@]/#/linguas_}"
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
@@ -46,7 +45,7 @@ src_prepare() {
local lingua
for lingua in ${EMELFM2_LINGUAS[@]}; do
- use linguas_${lingua} || mv po/${lingua}.po{,.unwanted}
+ has ${lingua} ${LINGUAS-${lingua}} || mv po/${lingua}.po{,.unwanted}
done
}