From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1246463-garchives=archives.gentoo.org@lists.gentoo.org>
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 160F013835B
	for <garchives@archives.gentoo.org>; Thu, 28 Jan 2021 20:25:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05F9BE0AD0;
	Thu, 28 Jan 2021 20:25:47 +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 DF523E0AD0
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2021 20:25:46 +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 52FC5341243
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2021 20:25:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E9A7476
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jan 2021 20:25:43 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1611865539.8dc9d7739c8e2355858d446fb0f9d8d6bbf45044.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-configurator/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
X-VCS-Directories: dev-ml/dune-configurator/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8dc9d7739c8e2355858d446fb0f9d8d6bbf45044
X-VCS-Branch: master
Date: Thu, 28 Jan 2021 20:25:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d22ce8f8-38ca-45ea-8102-369f16f5ac4c
X-Archives-Hash: 816f9af90143dced5fb8695692f05b40

commit:     8dc9d7739c8e2355858d446fb0f9d8d6bbf45044
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 20:25:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 20:25:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc9d773

dev-ml/dune-configurator: Keyword 2.8.2-r1 x86, #766884

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
index ba91cdb22f3..c07c721c08b 100644
--- a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
+++ b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"