diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:42:00 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:40 +0100 |
commit | 0beb38332bdd398117c33aa79310b5f750b1cc1d (patch) | |
tree | 89e77363b156de349676054ce7e935f6be848c5c /media-gfx/iscan | |
parent | dev-util/indent: Remove linguas_* from IUSE. (diff) | |
download | gentoo-0beb38332bdd398117c33aa79310b5f750b1cc1d.tar.gz gentoo-0beb38332bdd398117c33aa79310b5f750b1cc1d.tar.bz2 gentoo-0beb38332bdd398117c33aa79310b5f750b1cc1d.zip |
media-gfx/iscan: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/iscan-2.30.1.1.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.30.2.2.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/media-gfx/iscan/iscan-2.30.1.1.ebuild b/media-gfx/iscan/iscan-2.30.1.1.ebuild index dc0a72b55cd0..1eed08b0673f 100644 --- a/media-gfx/iscan/iscan-2.30.1.1.ebuild +++ b/media-gfx/iscan/iscan-2.30.1.1.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="5" @@ -41,9 +41,6 @@ LICENSE="GPL-2 AVASYS" SLOT="0" IUSE="X doc gimp jpeg png tiff l10n_ja" -IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW" - -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done REQUIRED_USE="gimp? ( X ) jpeg? ( X ) diff --git a/media-gfx/iscan/iscan-2.30.2.2.ebuild b/media-gfx/iscan/iscan-2.30.2.2.ebuild index d956e4fc1b27..3cf3ccb4a96d 100644 --- a/media-gfx/iscan/iscan-2.30.2.2.ebuild +++ b/media-gfx/iscan/iscan-2.30.2.2.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=6 @@ -37,9 +37,6 @@ LICENSE="GPL-2 AVASYS" SLOT="0" IUSE="X doc gimp jpeg png tiff l10n_ja" -IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW" - -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done REQUIRED_USE="gimp? ( X ) jpeg? ( X ) |