commit:     787db8e31ea17aa309a68ba485cc7fa6e3b43181
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 21:28:45 2018 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 21:29:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=787db8e3

app-emulation/wine-vanilla: 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

 app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild    | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild      | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.1-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.10-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.11-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.12-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.13-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.14-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.15-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.16-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.17-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild  | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.2-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild     | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.3-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.4-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.5-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.6-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.7-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.8-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-2.9-r1.ebuild   | 4 ++--
 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild     | 4 ++--
 26 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
index 461b575..eb9712a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
index 1044daa..737805d 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.1-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
index 1044daa..737805d 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.2-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

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 1339f35..cf77fbf 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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
index ae78a76..43a9c48 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.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=6
@@ -474,7 +474,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.1-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.1-r1.ebuild
index 3cfc929..c97cf8a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.1-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.1-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.10-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.10-r1.ebuild
index bf39349..bb986d7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.10-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.10-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.11-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.11-r1.ebuild
index bf39349..bb986d7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.11-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.11-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.12-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.12-r1.ebuild
index bf39349..bb986d7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.12-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.12-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.13-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.13-r1.ebuild
index bf39349..bb986d7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.13-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.13-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.14-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.14-r1.ebuild
index f35dd3e..65d4aac 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.14-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.14-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.15-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.15-r1.ebuild
index f35dd3e..65d4aac 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.15-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.15-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.16-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.16-r1.ebuild
index f35dd3e..65d4aac 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.16-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.16-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.17-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.17-r1.ebuild
index f35dd3e..65d4aac 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.17-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.17-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
index af944ca..9b7f715 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.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
@@ -481,7 +481,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
index af944ca..9b7f715 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.19-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
@@ -481,7 +481,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.2-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.2-r1.ebuild
index 3cfc929..c97cf8a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.2-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.2-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
index 7c70544..4e3940a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.20.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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.3-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.3-r1.ebuild
index 3cfc929..c97cf8a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.3-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.3-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.4-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.4-r1.ebuild
index 917976d..6928613 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.4-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.4-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.5-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.5-r1.ebuild
index 917976d..6928613 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.5-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.6-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.6-r1.ebuild
index 917976d..6928613 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.6-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.6-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.7-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.7-r1.ebuild
index 917976d..6928613 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.7-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.7-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.8-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.8-r1.ebuild
index 917976d..6928613 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.8-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.8-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
@@ -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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.9-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.9-r1.ebuild
index bf39349..bb986d7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.9-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.9-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
@@ -485,7 +485,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}"

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7c70544..4e3940a 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-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"

Reply via email to