summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-05 21:34:58 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-05 23:00:40 +0100
commit24ffd4186dc658ef5d520d80fd3f62cce4220b3f (patch)
tree84b649f70e3a6d746d2c53b2068792a6b3976eee
parentdev-tex/serienbrief: Remove linguas_* from IUSE. (diff)
downloadgentoo-24ffd4186dc658ef5d520d80fd3f62cce4220b3f.tar.gz
gentoo-24ffd4186dc658ef5d520d80fd3f62cce4220b3f.tar.bz2
gentoo-24ffd4186dc658ef5d520d80fd3f62cce4220b3f.zip
dev-util/cppi: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-util/cppi/cppi-1.18.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-util/cppi/cppi-1.18.ebuild b/dev-util/cppi/cppi-1.18.ebuild
index 899b2b873c8f..386f67f693bf 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 )