diff options
-rw-r--r-- | dev-util/indent/indent-2.2.11-r1.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-util/indent/indent-2.2.11-r1.ebuild b/dev-util/indent/indent-2.2.11-r1.ebuild index 24c2a1546d11..864253061b4a 100644 --- a/dev-util/indent/indent-2.2.11-r1.ebuild +++ b/dev-util/indent/indent-2.2.11-r1.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 @@ -21,14 +21,6 @@ RDEPEND=" nls? ( virtual/libintl ) " -INDENT_LINGUAS=" - ca da de eo et fi fr gl hu it ja ko nl pl pt_BR ru sk sv tr zh_TW -" - -for indent_lingua in ${INDENT_LINGUAS}; do - IUSE+=" linguas_${indent_lingua}" -done - src_prepare() { # Fix bug #94837 local pofile |