dev-util/cppi: Remove linguas_* from IUSE.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Ulrich Müller
2018-01-05 21:34:58 +01:00
parent d677a68e9d
commit 24ffd4186d

View File

@@ -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 )