From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 067B213825A for ; Sun, 15 May 2016 19:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBDE141A1; Sun, 15 May 2016 19:51:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A7FF7141A1 for ; Sun, 15 May 2016 19:51:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0959340BDD for ; Sun, 15 May 2016 19:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC13F968 for ; Sun, 15 May 2016 19:51:43 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1463341895.55b0e3802da1403f75e43f04fc696aa2535485a0.dilfridge@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.5.ebuild X-VCS-Directories: dev-perl/JSON-MaybeXS/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 55b0e3802da1403f75e43f04fc696aa2535485a0 X-VCS-Branch: master Date: Sun, 15 May 2016 19:51:43 +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: 841b2724-89ab-468d-afef-585b33702a8e X-Archives-Hash: 401a6b6613068ddd2200fa09ae840487 commit: 55b0e3802da1403f75e43f04fc696aa2535485a0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 15 19:50:51 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun May 15 19:51:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b0e380 dev-perl/JSON-MaybeXS: Keyword ~arm Package-Manager: portage-2.2.28 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild index e06afe2..443e051 100644 --- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild +++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" # needs Scalar-Util