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 534C0138359 for ; Mon, 20 Jul 2020 11:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7373AE08CE; Mon, 20 Jul 2020 11:52:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 53939E08CE for ; Mon, 20 Jul 2020 11:52:55 +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 7B3E134F417 for ; Mon, 20 Jul 2020 11:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED1B2DD for ; Mon, 20 Jul 2020 11:52:52 +0000 (UTC) From: "Sam James" 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" Message-ID: <1595245829.4f02b8ce9ad5998b53bb7ec63eb17c947bf2e69f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/mqtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/mqtree/mqtree-1.0.7.ebuild X-VCS-Directories: dev-erlang/mqtree/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f02b8ce9ad5998b53bb7ec63eb17c947bf2e69f X-VCS-Branch: master Date: Mon, 20 Jul 2020 11:52:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64ad9bc0-f910-488f-9ec3-682e82b518a4 X-Archives-Hash: c6412c796d26b86f044c6b3e4b2ff042 commit: 4f02b8ce9ad5998b53bb7ec63eb17c947bf2e69f Author: Sam James gentoo org> AuthorDate: Mon Jul 20 11:50:29 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 11:50:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f02b8ce dev-erlang/mqtree: x86 keyworded (bug #720724) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-erlang/mqtree/mqtree-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/mqtree/mqtree-1.0.7.ebuild b/dev-erlang/mqtree/mqtree-1.0.7.ebuild index 3ed3be3d78f..7b91d952963 100644 --- a/dev-erlang/mqtree/mqtree-1.0.7.ebuild +++ b/dev-erlang/mqtree/mqtree-1.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.5 >=dev-erlang/p1_utils-1.0.18"