summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-06 13:10:27 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-06 13:22:55 +0100
commit35c35ee0f77006cf3803e135a77a5ab31dc77015 (patch)
tree774cbd10d07990615e98bc0364468f115190e64e /app-emulation
parentmail-client/mail-notification: Remove linguas_* from IUSE. (diff)
downloadgentoo-35c35ee0f77006cf3803e135a77a5ab31dc77015.tar.gz
gentoo-35c35ee0f77006cf3803e135a77a5ab31dc77015.tar.bz2
gentoo-35c35ee0f77006cf3803e135a77a5ab31dc77015.zip
app-emulation/virt-manager: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/virt-manager/virt-manager-1.4.0-r3.ebuild6
1 files 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 f8f48ff66309..04113c1f918c 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
}