diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:24:41 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:37 +0100 |
commit | 56b6b4c86396dc01f7ce874a98f9fd7b40198e42 (patch) | |
tree | f78a742b1e2d0a037c63f1ab3fe3d2400e7c6088 /app-i18n | |
parent | app-editors/gummi: Remove linguas_* from IUSE. (diff) | |
download | gentoo-56b6b4c86396dc01f7ce874a98f9fd7b40198e42.tar.gz gentoo-56b6b4c86396dc01f7ce874a98f9fd7b40198e42.tar.bz2 gentoo-56b6b4c86396dc01f7ce874a98f9fd7b40198e42.zip |
app-i18n/scim-tables: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.13.ebuild | 5 |
1 files changed, 1 insertions, 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 a6a246691146..8eb74b6f12bd 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 )" |