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 54A3C1382C5 for ; Fri, 5 Jan 2018 19:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 572A0E0839; Fri, 5 Jan 2018 19:21:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 32D5DE0839 for ; Fri, 5 Jan 2018 19:21:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 167BC335C2C for ; Fri, 5 Jan 2018 19:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621DC145 for ; Fri, 5 Jan 2018 19:21:10 +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: <1515180044.7711ff179dad6ff5da301ae616b43a24817bffa6.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxd/lxd-2.14-r1.ebuild X-VCS-Directories: app-emulation/lxd/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7711ff179dad6ff5da301ae616b43a24817bffa6 X-VCS-Branch: master Date: Fri, 5 Jan 2018 19:21:10 +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: b88fabe1-0c00-421f-b670-ab38a0d6c7fb X-Archives-Hash: 2ed56b8b9bb7c8487b11075fd3839e19 commit: 7711ff179dad6ff5da301ae616b43a24817bffa6 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 18:52:36 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 19:20:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7711ff17 app-emulation/lxd: Test LINGUAS rather than linguas_* USE flags. This affects the stable lxd-2.14-r1.ebuild only, because newer versions don't inherit l10n.eclass. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/lxd/lxd-2.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxd/lxd-2.14-r1.ebuild b/app-emulation/lxd/lxd-2.14-r1.ebuild index 6229040f7eb..85fcdff8d64 100644 --- a/app-emulation/lxd/lxd-2.14-r1.ebuild +++ b/app-emulation/lxd/lxd-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 @@ -167,7 +167,7 @@ src_install() { if use nls; then for lingua in ${PLOCALES}; do - if use linguas_${lingua}; then + if has ${lingua} ${LINGUAS-${lingua}}; then domo po/${lingua}.mo fi done