diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:23:23 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:37 +0100 |
commit | 832957c7261c51c8ec83b708c7fd75e3fb5d8619 (patch) | |
tree | 15f76a4c30a67e670d55fc4b7109761f20f80213 /app-editors/gummi | |
parent | app-crypt/gpa: Remove linguas_* from IUSE. (diff) | |
download | gentoo-832957c7261c51c8ec83b708c7fd75e3fb5d8619.tar.gz gentoo-832957c7261c51c8ec83b708c7fd75e3fb5d8619.tar.bz2 gentoo-832957c7261c51c8ec83b708c7fd75e3fb5d8619.zip |
app-editors/gummi: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-editors/gummi')
-rw-r--r-- | app-editors/gummi/gummi-0.6.6.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-editors/gummi/gummi-0.6.6.ebuild b/app-editors/gummi/gummi-0.6.6.ebuild index 568bc530dbdf..c44f10339e21 100644 --- a/app-editors/gummi/gummi-0.6.6.ebuild +++ b/app-editors/gummi/gummi-0.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,10 +16,6 @@ IUSE="" LANGS="ar ca cs da de el es fr hu it nl pl pt pt_BR ro ru sv zh_CN zh_TW" -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - RDEPEND=" dev-libs/glib:2 dev-texlive/texlive-latex |