From 56b6b4c86396dc01f7ce874a98f9fd7b40198e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 5 Jan 2018 21:24:41 +0100 Subject: [PATCH] app-i18n/scim-tables: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-i18n/scim-tables/scim-tables-0.5.13.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-i18n/scim-tables/scim-tables-0.5.13.ebuild b/app-i18n/scim-tables/scim-tables-0.5.13.ebuild index a6a2466911468..8eb74b6f12bd8 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.13.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit autotools base eutils @@ -12,9 +12,6 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc x86" IUSE="nls" LANGS="am ar bn gu hi ja kn ko ml ne pa ru ta te th uk vi zh" -for i in ${LANGS} ; do - IUSE="${IUSE} linguas_${i}" -done RDEPEND=">=app-i18n/scim-1.4.7-r2 nls? ( virtual/libintl )"