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 21620139694 for ; Wed, 2 Aug 2017 11:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A391FC0AE; Wed, 2 Aug 2017 11:23:05 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9133F1FC05B for ; Wed, 2 Aug 2017 11:23:05 +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 5E7D43418E4 for ; Wed, 2 Aug 2017 11:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3A1F75F0 for ; Wed, 2 Aug 2017 11:23:02 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1501672964.0a1a39c8dff422c9cd1385528850b99b0a237462.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/jsonm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/jsonm/jsonm-1.0.1.ebuild X-VCS-Directories: dev-ml/jsonm/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0a1a39c8dff422c9cd1385528850b99b0a237462 X-VCS-Branch: master Date: Wed, 2 Aug 2017 11:23:02 +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: f4b12f7f-4a0c-4ac4-a3a9-e093c4114b46 X-Archives-Hash: af26d1dc3b56c69cb36960640f0a8218 commit: 0a1a39c8dff422c9cd1385528850b99b0a237462 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 2 10:33:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 2 11:22:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1a39c8 dev-ml/jsonm: keyword ~x86 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ml/jsonm/jsonm-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/jsonm/jsonm-1.0.1.ebuild b/dev-ml/jsonm/jsonm-1.0.1.ebuild index 85349627e2e..30113297861 100644 --- a/dev-ml/jsonm/jsonm-1.0.1.ebuild +++ b/dev-ml/jsonm/jsonm-1.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/jsonm/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-ml/uutf-1.0.0:=