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 12DC4139696 for ; Sat, 1 Jul 2017 11:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BF66E0849; Sat, 1 Jul 2017 11:14:53 +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 124A5E084A for ; Sat, 1 Jul 2017 11:14:53 +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 07FB9341926 for ; Sat, 1 Jul 2017 11:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD2A1749E for ; Sat, 1 Jul 2017 11:14:49 +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: <1498907671.69012fe53f2dc76ad7247ff080e61b03efccd07f.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: 69012fe53f2dc76ad7247ff080e61b03efccd07f X-VCS-Branch: master Date: Sat, 1 Jul 2017 11:14:49 +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: 298e4679-2fc0-4877-b2f3-e322bcd2fc3e X-Archives-Hash: fa176638aaac523ce85c3d7eee319d54 commit: 69012fe53f2dc76ad7247ff080e61b03efccd07f Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 1 11:13:21 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 1 11:14:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69012fe5 Revert "dev-perl/JSON-MaybeXS: ia64 keyworded, bug #613376" This reverts commit 56c692016f1e164a114f06ac433caac2f20dfabb. Accidentally dropped package down to ~ia64 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 73b30de78af..b91cee9fa15 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 x86" +KEYWORDS="amd64 ~arm ia64 ~ppc x86" IUSE="test +xs" # needs Scalar-Util