Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-d3d9/
Date: Fri, 05 Jan 2018 18:10:28
Message-Id: 1515175815.5da120dba72f5c431d6c9952bf431d440118718a.ulm@gentoo
1 commit: 5da120dba72f5c431d6c9952bf431d440118718a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 18:00:09 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 18:10:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da120db
7
8 app-emulation/wine-d3d9: Account for unset LINGUAS too.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild | 2 +-
13 app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild | 2 +-
14 app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild | 2 +-
15 app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild | 2 +-
16 app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
20 index a9f26693347..b254fbff804 100644
21 --- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
22 +++ b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
23 @@ -518,7 +518,7 @@ multilib_src_install_all() {
24 # respect LINGUAS when installing man pages, #469418
25 local l
26 for l in de fr pl; do
27 - has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
28 + has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
29 done
30
31 eval "${glob_state}"
32
33 diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild
34 index 025c48963fb..7353ee3ac22 100644
35 --- a/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild
36 +++ b/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild
37 @@ -520,7 +520,7 @@ multilib_src_install_all() {
38 # respect LINGUAS when installing man pages, #469418
39 local l
40 for l in de fr pl; do
41 - has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
42 + has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
43 done
44
45 eval "${glob_state}"
46
47 diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild
48 index da487c385dc..27e42238117 100644
49 --- a/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild
50 +++ b/app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild
51 @@ -516,7 +516,7 @@ multilib_src_install_all() {
52 # respect LINGUAS when installing man pages, #469418
53 local l
54 for l in de fr pl; do
55 - has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
56 + has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
57 done
58
59 eval "${glob_state}"
60
61 diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild b/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild
62 index da487c385dc..27e42238117 100644
63 --- a/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild
64 +++ b/app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild
65 @@ -516,7 +516,7 @@ multilib_src_install_all() {
66 # respect LINGUAS when installing man pages, #469418
67 local l
68 for l in de fr pl; do
69 - has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
70 + has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
71 done
72
73 eval "${glob_state}"
74
75 diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
76 index da487c385dc..27e42238117 100644
77 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
78 +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild
79 @@ -516,7 +516,7 @@ multilib_src_install_all() {
80 # respect LINGUAS when installing man pages, #469418
81 local l
82 for l in de fr pl; do
83 - has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
84 + has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
85 done
86
87 eval "${glob_state}"