Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan/
Date: Fri, 05 Jan 2018 22:02:35
Message-Id: 1515189640.0beb38332bdd398117c33aa79310b5f750b1cc1d.ulm@gentoo
1 commit: 0beb38332bdd398117c33aa79310b5f750b1cc1d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:42:00 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 22:00:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0beb3833
7
8 media-gfx/iscan: Remove linguas_* from IUSE.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-gfx/iscan/iscan-2.30.1.1.ebuild | 5 +----
13 media-gfx/iscan/iscan-2.30.2.2.ebuild | 5 +----
14 2 files changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/media-gfx/iscan/iscan-2.30.1.1.ebuild b/media-gfx/iscan/iscan-2.30.1.1.ebuild
17 index dc0a72b55cd..1eed08b0673 100644
18 --- a/media-gfx/iscan/iscan-2.30.1.1.ebuild
19 +++ b/media-gfx/iscan/iscan-2.30.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -41,9 +41,6 @@ LICENSE="GPL-2 AVASYS"
27 SLOT="0"
28
29 IUSE="X doc gimp jpeg png tiff l10n_ja"
30 -IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
31 -
32 -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
33
34 REQUIRED_USE="gimp? ( X )
35 jpeg? ( X )
36
37 diff --git a/media-gfx/iscan/iscan-2.30.2.2.ebuild b/media-gfx/iscan/iscan-2.30.2.2.ebuild
38 index d956e4fc1b2..3cf3ccb4a96 100644
39 --- a/media-gfx/iscan/iscan-2.30.2.2.ebuild
40 +++ b/media-gfx/iscan/iscan-2.30.2.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -37,9 +37,6 @@ LICENSE="GPL-2 AVASYS"
48 SLOT="0"
49
50 IUSE="X doc gimp jpeg png tiff l10n_ja"
51 -IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
52 -
53 -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
54
55 REQUIRED_USE="gimp? ( X )
56 jpeg? ( X )