From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6DAA1382C5 for ; Fri, 5 Jan 2018 22:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 272EFE0919; Fri, 5 Jan 2018 22:02:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00971E0919 for ; Fri, 5 Jan 2018 22:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22EA1335C30 for ; Fri, 5 Jan 2018 22:02:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1A741A5 for ; Fri, 5 Jan 2018 22:02:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515189641.910d04b7a7e49144057cce934fbfd1209d3dad5b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/llgal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/llgal/llgal-0.13.17-r2.ebuild media-gfx/llgal/llgal-0.13.18.ebuild X-VCS-Directories: media-gfx/llgal/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 910d04b7a7e49144057cce934fbfd1209d3dad5b X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:02:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12281634-fadc-4447-81ed-2f3b9ca37134 X-Archives-Hash: ad633ab16620d914866a01fb39ca2d36 commit: 910d04b7a7e49144057cce934fbfd1209d3dad5b Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 20:43:45 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 22:00:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910d04b7 media-gfx/llgal: Remove linguas_* from IUSE. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/llgal/llgal-0.13.17-r2.ebuild | 7 +------ 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 7b8763157a2..deae0d90602 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 4f2f61309ae..f1a01aa8d53 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