summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-05 17:56:58 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-05 18:02:28 +0100
commit30e30248f915b4e1eec45a6258733bc2377808a9 (patch)
tree33e74c2757d8705fa857f342cd4c9bb7f8ea561b /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
parentapp-emulation/wine-staging: Test LINGUAS rather than linguas_* USE flags. (diff)
downloadgentoo-30e30248f915b4e1eec45a6258733bc2377808a9.tar.gz
gentoo-30e30248f915b4e1eec45a6258733bc2377808a9.tar.bz2
gentoo-30e30248f915b4e1eec45a6258733bc2377808a9.zip
app-emulation/wine-vanilla: Test LINGUAS rather than linguas_* USE flags.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7c70544b3d4d..9a28d063f804 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.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
@@ -483,7 +483,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} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
done
eval "${glob_state}"