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 6F721138335 for ; Sun, 10 Jun 2018 15:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AD39E0874; Sun, 10 Jun 2018 15:56:48 +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 5EC5AE0874 for ; Sun, 10 Jun 2018 15:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 480DC335C96 for ; Sun, 10 Jun 2018 15:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 297D42CE for ; Sun, 10 Jun 2018 15:56:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1528646188.6efa545ea49166ed0e59ddcf2cac20526bd1b35c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Image-Info/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Image-Info/Image-Info-1.410.0.ebuild X-VCS-Directories: dev-perl/Image-Info/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6efa545ea49166ed0e59ddcf2cac20526bd1b35c X-VCS-Branch: master Date: Sun, 10 Jun 2018 15:56:44 +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: f5f34171-082e-4668-b610-bf6fb35dcdf6 X-Archives-Hash: f578d9383d9738a32e213adf7cf8a1ac commit: 6efa545ea49166ed0e59ddcf2cac20526bd1b35c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jun 10 15:53:23 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jun 10 15:56:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efa545e dev-perl/Image-Info: x86 stable (bug #657684) Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Image-Info/Image-Info-1.410.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Image-Info/Image-Info-1.410.0.ebuild b/dev-perl/Image-Info/Image-Info-1.410.0.ebuild index 3004ac5e849..056e559361f 100644 --- a/dev-perl/Image-Info/Image-Info-1.410.0.ebuild +++ b/dev-perl/Image-Info/Image-Info-1.410.0.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The Perl Image-Info Module" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" IUSE="" DEPEND=">=dev-perl/IO-stringy-1.01