From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 877191382C5 for ; Fri, 5 Jan 2018 17:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04115E089A; Fri, 5 Jan 2018 17:02:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA79DE089A for ; Fri, 5 Jan 2018 17:02:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86F2C335C09 for ; Fri, 5 Jan 2018 17:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F1E0198 for ; Fri, 5 Jan 2018 17:02:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515171748.30e30248f915b4e1eec45a6258733bc2377808a9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 30e30248f915b4e1eec45a6258733bc2377808a9 X-VCS-Branch: master Date: Fri, 5 Jan 2018 17:02:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b26eef54-9548-495a-a63d-bbff7aa67192 X-Archives-Hash: b11f5380e07100d94e403acd97b3c1ef commit: 30e30248f915b4e1eec45a6258733bc2377808a9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 16:56:58 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 17:02:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e30248 app-emulation/wine-vanilla: Test LINGUAS rather than linguas_* USE flags. 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.18-r2.ebuild | 4 ++-- app-emulation/wine-vanilla/wine-vanilla-2.19-r1.ebuild | 4 ++-- app-emulation/wine-vanilla/wine-vanilla-2.20.ebuild | 4 ++-- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++-- 8 files changed, 16 insertions(+), 16 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 461b5755cd2..335977722cc 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} || 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 1044daaffa8..2c3f7718e5d 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} || 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 1044daaffa8..2c3f7718e5d 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} || 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 1339f35fceb..4640db58653 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}" 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 af944ca5959..33970dd603d 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} || 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 af944ca5959..33970dd603d 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} || 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 7c70544b3d4..9a28d063f80 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} || 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 7c70544b3d4..9a28d063f80 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}"