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 96FDE1382C5 for ; Fri, 5 Jan 2018 18:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C69B5E0882; Fri, 5 Jan 2018 18:39:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 929FEE0882 for ; Fri, 5 Jan 2018 18:39:07 +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 A02C0335C07 for ; Fri, 5 Jan 2018 18:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63A93145 for ; Fri, 5 Jan 2018 18:39:04 +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: <1515177537.87b860d31dd7b90aa2796826e68371f2a7be81b6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/wine-2.0.ebuild app-emulation/wine/wine-2.1.ebuild app-emulation/wine/wine-2.2.ebuild app-emulation/wine/wine-2.3.ebuild app-emulation/wine/wine-9999.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 87b860d31dd7b90aa2796826e68371f2a7be81b6 X-VCS-Branch: master Date: Fri, 5 Jan 2018 18:39:04 +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: 2af6f8b6-b329-4916-96cf-922fa795167d X-Archives-Hash: 13f59f64509b22bda60d36754c974642 commit: 87b860d31dd7b90aa2796826e68371f2a7be81b6 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 18:38:17 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 18:38:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b860d3 app-emulation/wine: Test LINGUAS rather than linguas_* USE flags. Fix package.masked wine ebuilds too, for completeness. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/wine/wine-2.0.ebuild | 4 ++-- app-emulation/wine/wine-2.1.ebuild | 4 ++-- app-emulation/wine/wine-2.2.ebuild | 4 ++-- app-emulation/wine/wine-2.3.ebuild | 4 ++-- app-emulation/wine/wine-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-emulation/wine/wine-2.0.ebuild b/app-emulation/wine/wine-2.0.ebuild index b2848daab08..73721746d2d 100644 --- a/app-emulation/wine/wine-2.0.ebuild +++ b/app-emulation/wine/wine-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 @@ -421,7 +421,7 @@ multilib_src_install_all() { # respect LINGUAS when installing man pages, #469418 for l in de fr pl; do - use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}* done } diff --git a/app-emulation/wine/wine-2.1.ebuild b/app-emulation/wine/wine-2.1.ebuild index f7450c265f2..d1c5a92109e 100644 --- a/app-emulation/wine/wine-2.1.ebuild +++ b/app-emulation/wine/wine-2.1.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 @@ -550,7 +550,7 @@ multilib_src_install_all() { # respect LINGUAS when installing man pages, #469418 for l in de fr pl; do - use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}* done } diff --git a/app-emulation/wine/wine-2.2.ebuild b/app-emulation/wine/wine-2.2.ebuild index f7450c265f2..d1c5a92109e 100644 --- a/app-emulation/wine/wine-2.2.ebuild +++ b/app-emulation/wine/wine-2.2.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 @@ -550,7 +550,7 @@ multilib_src_install_all() { # respect LINGUAS when installing man pages, #469418 for l in de fr pl; do - use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}* done } diff --git a/app-emulation/wine/wine-2.3.ebuild b/app-emulation/wine/wine-2.3.ebuild index f7450c265f2..d1c5a92109e 100644 --- a/app-emulation/wine/wine-2.3.ebuild +++ b/app-emulation/wine/wine-2.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 @@ -550,7 +550,7 @@ multilib_src_install_all() { # respect LINGUAS when installing man pages, #469418 for l in de fr pl; do - use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}* done } diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index bf71ab62790..42e616b03a9 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-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 @@ -549,7 +549,7 @@ multilib_src_install_all() { # respect LINGUAS when installing man pages, #469418 for l in de fr pl; do - use linguas_${l} || rm -r "${D}"usr/share/man/${l}* + has ${l} ${LINGUAS-${l}} || rm -r "${D}"usr/share/man/${l}* done }