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 26D5A138330 for ; Sat, 6 Jan 2018 12:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85940E08D6; Sat, 6 Jan 2018 12:23:04 +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 673FDE08D6 for ; Sat, 6 Jan 2018 12:23:04 +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 79725335C0C for ; Sat, 6 Jan 2018 12:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B43198 for ; Sat, 6 Jan 2018 12:23:02 +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: <1515241375.35c35ee0f77006cf3803e135a77a5ab31dc77015.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 35c35ee0f77006cf3803e135a77a5ab31dc77015 X-VCS-Branch: master Date: Sat, 6 Jan 2018 12:23:02 +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: 2e6f1bc2-6312-4c92-aa4a-cb7047353b5a X-Archives-Hash: 9dfd68ef1bdee4fc80f7ef6ed564a1ef commit: 35c35ee0f77006cf3803e135a77a5ab31dc77015 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 6 12:10:27 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 6 12:22:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c35ee0 app-emulation/virt-manager: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild b/app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild index f8f48ff6630..04113c1f918 100644 --- a/app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild +++ b/app-emulation/virt-manager/virt-manager-1.4.0-r3.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=5 @@ -27,7 +27,7 @@ VM_LINGUAS=( as bg bn_IN bs ca cmn cs da de en_GB es fi fr gu hi hr hu is LICENSE="GPL-2" SLOT="0" -IUSE="gnome-keyring gtk policykit sasl ${VM_LINGUAS[@]/#/linguas_}" +IUSE="gnome-keyring gtk policykit sasl" RDEPEND="!app-emulation/virtinst dev-python/libvirt-python[${PYTHON_USEDEP}] @@ -60,7 +60,7 @@ src_prepare() { local lang for lang in ${VM_LINGUAS[@]}; do - use linguas_${lang} || rm -v "po/${lang}.po" || die + has ${lang} ${LINGUAS-${lang}} || rm -v "po/${lang}.po" || die done }