From 24ffd4186dc658ef5d520d80fd3f62cce4220b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 5 Jan 2018 21:34:58 +0100 Subject: [PATCH] dev-util/cppi: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-util/cppi/cppi-1.18.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-util/cppi/cppi-1.18.ebuild b/dev-util/cppi/cppi-1.18.ebuild index 899b2b873c8f9..386f67f693bf8 100644 --- a/dev-util/cppi/cppi-1.18.ebuild +++ b/dev-util/cppi/cppi-1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -12,11 +12,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="nls" -CPPI_LINGUAS="de eo fi fr hr it ja pl sr sv uk vi" -for lingua in ${CPPI_LINGUAS}; do - IUSE+=" linguas_${lingua}" -done - DEPEND=" app-arch/xz-utils nls? ( sys-devel/gettext )