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 9AED9139694 for ; Fri, 30 Jun 2017 08:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 090FA27400D; Fri, 30 Jun 2017 08:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA2A427400D for ; Fri, 30 Jun 2017 08:28:57 +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 1729634186C for ; Fri, 30 Jun 2017 08:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B22067487 for ; Fri, 30 Jun 2017 08:28:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1498810751.01a4617c642728b95b673e201fe0da8c5d98c269.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild X-VCS-Directories: dev-perl/JSON-MaybeXS/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 01a4617c642728b95b673e201fe0da8c5d98c269 X-VCS-Branch: master Date: Fri, 30 Jun 2017 08:28:55 +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: fd108383-6f65-4ee7-b04d-6032597a8832 X-Archives-Hash: 5d2d44ee086bc7878f9252def15bcd1f commit: 01a4617c642728b95b673e201fe0da8c5d98c269 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jun 30 07:16:31 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 30 08:19:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a4617c dev-perl/JSON-MaybeXS: ia64 stable, bug #622982 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild index f8e91aa75bc..7e1985b9ed5 100644 --- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild +++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ia64 ~ppc ~x86" IUSE="test +xs" # needs Scalar-Util