diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 17:56:58 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 18:02:28 +0100 |
commit | 30e30248f915b4e1eec45a6258733bc2377808a9 (patch) | |
tree | 33e74c2757d8705fa857f342cd4c9bb7f8ea561b /app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild | |
parent | app-emulation/wine-staging: Test LINGUAS rather than linguas_* USE flags. (diff) | |
download | gentoo-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-2.0.3.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild index 1339f35fceb8..4640db58653c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.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 @@ -479,7 +479,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}" |