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 ECAFD138334 for ; Tue, 9 Apr 2019 18:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE03AE08EF; Tue, 9 Apr 2019 18:37:17 +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 878A0E08EF for ; Tue, 9 Apr 2019 18:37:16 +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 ABE49335CC0 for ; Tue, 9 Apr 2019 18:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E72755B for ; Tue, 9 Apr 2019 18:37:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1554835028.274e5da447b6690cdac42227a6f15e55270a75d9.zlogene@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.19.ebuild X-VCS-Directories: media-gfx/llgal/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 274e5da447b6690cdac42227a6f15e55270a75d9 X-VCS-Branch: master Date: Tue, 9 Apr 2019 18:37:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f52bd7ad-c7d1-40a3-8d85-5e78350c609d X-Archives-Hash: 486300eb327a83a851223258abc38415 commit: 274e5da447b6690cdac42227a6f15e55270a75d9 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 9 18:35:53 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 9 18:37:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e5da4 media-gfx/llgal: amd64 stable wrt bug #681514 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-gfx/llgal/llgal-0.13.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/llgal/llgal-0.13.19.ebuild b/media-gfx/llgal/llgal-0.13.19.ebuild index bc446bec194..b65d69d63ed 100644 --- a/media-gfx/llgal/llgal-0.13.19.ebuild +++ b/media-gfx/llgal/llgal-0.13.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/bgoglin/llgal/archive/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" # Package warrants IUSE doc and possibly examples IUSE="exif"