diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:37:20 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:40 +0100 |
commit | f3d951b7169b10e9b0a6b767cb29ad659a20a476 (patch) | |
tree | b5f79c88913b171678403355e6a81fc1c47b186a /dev-util | |
parent | dev-util/cppi: Remove linguas_* from IUSE. (diff) | |
download | gentoo-f3d951b7169b10e9b0a6b767cb29ad659a20a476.tar.gz gentoo-f3d951b7169b10e9b0a6b767cb29ad659a20a476.tar.bz2 gentoo-f3d951b7169b10e9b0a6b767cb29ad659a20a476.zip |
dev-util/indent: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-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 |