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 D09E91396DA for ; Sun, 5 Nov 2017 18:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240D4E0EE0; Sun, 5 Nov 2017 18:00:22 +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 0762DE0EE0 for ; Sun, 5 Nov 2017 18:00:21 +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 BFF5E3416EB for ; Sun, 5 Nov 2017 18:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628329608 for ; Sun, 5 Nov 2017 18:00:19 +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: <1509904814.74efffa26a7d9c2ac6b87b386adac8eff784b902.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: 74efffa26a7d9c2ac6b87b386adac8eff784b902 X-VCS-Branch: master Date: Sun, 5 Nov 2017 18:00:19 +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: 316e8870-1a83-45a5-a7ad-137260386ec6 X-Archives-Hash: 2183f7c77957f83069a03aafbb77706c commit: 74efffa26a7d9c2ac6b87b386adac8eff784b902 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 5 17:57:15 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 5 18:00:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74efffa2 dev-perl/JSON-MaybeXS: stable 1.3.9 for hppa, bug #622982 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa" 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 ba63ba380b0..c58e0b9ee27 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 ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="test +xs" # needs Scalar-Util