app-emulation/wine-vanilla: Account for unset LINGUAS too.
authorUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 18:06:57 +0000 (19:06 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 5 Jan 2018 18:10:15 +0000 (19:10 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.0.1-r1.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.0.2-r1.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild
app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild
app-emulation/wine-vanilla/wine-vanilla-9999.ebuild

index 335977722cce8d0edc5b2571a90e4bbde0f02f18..eb9712a6842bbbc1b349fb2c2caf7a36018ebc54 100644 (file)
@@ -483,7 +483,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 2c3f7718e5dbd03519b7c838896ddab16470ba9d..737805d2a9f1332a8d264f5c9cb87301841860fc 100644 (file)
@@ -483,7 +483,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 2c3f7718e5dbd03519b7c838896ddab16470ba9d..737805d2a9f1332a8d264f5c9cb87301841860fc 100644 (file)
@@ -483,7 +483,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 4640db58653c2f511054c219028bfad4ee225689..cf77fbf1211744cf524994dec3142fed443b1908 100644 (file)
@@ -479,7 +479,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 33970dd603d70005cf8e761b063f9ee2cb856e98..9b7f715f1a7cd08b82b57357b15d079ec7324f8b 100644 (file)
@@ -481,7 +481,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 33970dd603d70005cf8e761b063f9ee2cb856e98..9b7f715f1a7cd08b82b57357b15d079ec7324f8b 100644 (file)
@@ -481,7 +481,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 9a28d063f804934b41af5936c5ecbc3d9ac2b591..4e3940a002996c04e51a9f3b570dccd5b4d01f57 100644 (file)
@@ -483,7 +483,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"
index 9a28d063f804934b41af5936c5ecbc3d9ac2b591..4e3940a002996c04e51a9f3b570dccd5b4d01f57 100644 (file)
@@ -483,7 +483,7 @@ multilib_src_install_all() {
        # respect LINGUAS when installing man pages, #469418
        local l
        for l in de fr pl; do
-               has ${l} ${LINGUAS} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
+               has ${l} ${LINGUAS-${l}} || rm -rf "${D%/}${MY_MANDIR}"/${l}*
        done
 
        eval "${glob_state}"