aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-01-14 19:35:31 +0200
committerJimi Huotari <chiitoo@gentoo.org>2018-01-14 19:35:31 +0200
commitdba6ebd0e1240c362a24eaa21a98533d6c731cf1 (patch)
treee6700146cc889e715288e899a97fdfb812757e55 /app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
parentapp-emulation/wine-staging: Adjust a LINGUAS related test. (diff)
downloadwine-dba6ebd0e1240c362a24eaa21a98533d6c731cf1.tar.gz
wine-dba6ebd0e1240c362a24eaa21a98533d6c731cf1.tar.bz2
wine-dba6ebd0e1240c362a24eaa21a98533d6c731cf1.zip
app-emulation/wine-d3d9: Adjust a LINGUAS related test.
Due to changes in 'l10n.eclass', the 'use linguas_${l}' needs to be changed to 'has ${l} ${LINGUAS-${l}}'. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild')
-rw-r--r--app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
index 710ff5c..565f3d3 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.5-r1.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=6
@@ -518,7 +518,7 @@ multilib_src_install_all() {
# respect LINGUAS when installing man pages, #469418
local l
for l in de fr pl; do
- use linguas_${l} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+ has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
done
eval "${glob_state}"