diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 21:43:45 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-05 23:00:41 +0100 |
commit | 910d04b7a7e49144057cce934fbfd1209d3dad5b (patch) | |
tree | ec7c8831b3c8340fdabc12e23c77e1a60016bf18 /media-gfx/llgal | |
parent | media-gfx/iscan: Remove linguas_* from IUSE. (diff) | |
download | gentoo-910d04b7a7e49144057cce934fbfd1209d3dad5b.tar.gz gentoo-910d04b7a7e49144057cce934fbfd1209d3dad5b.tar.bz2 gentoo-910d04b7a7e49144057cce934fbfd1209d3dad5b.zip |
media-gfx/llgal: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx/llgal')
-rw-r--r-- | media-gfx/llgal/llgal-0.13.17-r2.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/llgal/llgal-0.13.18.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/media-gfx/llgal/llgal-0.13.17-r2.ebuild b/media-gfx/llgal/llgal-0.13.17-r2.ebuild index 7b8763157a21..deae0d906025 100644 --- a/media-gfx/llgal/llgal-0.13.17-r2.ebuild +++ b/media-gfx/llgal/llgal-0.13.17-r2.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 @@ -15,11 +15,6 @@ KEYWORDS="amd64 ~ppc x86" # Package warrants IUSE doc and possibly examples IUSE="exif" -LINS="de en it fr" -for i in ${LINS}; do - IUSE="${IUSE} linguas_${i}" -done - RDEPEND="media-gfx/imagemagick dev-perl/Image-Size dev-perl/URI diff --git a/media-gfx/llgal/llgal-0.13.18.ebuild b/media-gfx/llgal/llgal-0.13.18.ebuild index 4f2f61309ae9..f1a01aa8d536 100644 --- a/media-gfx/llgal/llgal-0.13.18.ebuild +++ b/media-gfx/llgal/llgal-0.13.18.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 @@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~ppc ~x86" # Package warrants IUSE doc and possibly examples IUSE="exif" -LINS="de en it fr" -for i in ${LINS}; do - IUSE="${IUSE} linguas_${i}" -done - RDEPEND="media-gfx/imagemagick dev-perl/Image-Size dev-perl/URI |