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 50F18138334 for ; Sat, 17 Nov 2018 23:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78FAFE0C3D; Sat, 17 Nov 2018 23:18:10 +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 4D24CE0C3D for ; Sat, 17 Nov 2018 23:18:10 +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 1922C335C38 for ; Sat, 17 Nov 2018 23:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7853246D for ; Sat, 17 Nov 2018 23:18:07 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1542496677.ad64fa8b22db65f9b1cd6a10f212d936ea3d1dc9.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild X-VCS-Directories: dev-ruby/regexp_parser/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ad64fa8b22db65f9b1cd6a10f212d936ea3d1dc9 X-VCS-Branch: master Date: Sat, 17 Nov 2018 23:18:07 +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: b544c019-73ed-40f5-a9c2-41ddaf327884 X-Archives-Hash: 2584baf36d2a22cc76bc68823070f723 commit: ad64fa8b22db65f9b1cd6a10f212d936ea3d1dc9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 17 23:15:59 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 17 23:17:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad64fa8b dev-ruby/regexp_parser: x86 keyworded (bug #671314) Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild b/dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild index 619f17bc84f..6489aa2afd8 100644 --- a/dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild +++ b/dev-ruby/regexp_parser/regexp_parser-1.3.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND+=" =dev-util/ragel-6*"