commit: 24ffd4186dc658ef5d520d80fd3f62cce4220b3f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 20:34:58 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 22:00:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ffd418
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 899b2b873c8..386f67f693b 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 )