From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1101225-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 2A218138338 for <garchives@archives.gentoo.org>; Mon, 22 Jul 2019 19:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A57E0784; Mon, 22 Jul 2019 16:56:32 +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 7C7AAE0784 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2019 16:56:32 +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 0BAEA348951 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2019 16:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBF67703 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Jul 2019 16:56:28 +0000 (UTC) From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1563814560.bd2813a052964bf68f58d489e5402fbdd2f28d64.bman@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.5.1.ebuild X-VCS-Directories: dev-ruby/regexp_parser/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bd2813a052964bf68f58d489e5402fbdd2f28d64 X-VCS-Branch: master Date: Mon, 22 Jul 2019 16:56:28 +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: 9dc2b902-03d7-4db8-90d3-179f0b7b002c X-Archives-Hash: bdbe6074ad90e2541568f6dde388ae65 commit: bd2813a052964bf68f58d489e5402fbdd2f28d64 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon Jul 22 16:56:00 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jul 22 16:56:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2813a0 dev-ruby/regexp_parser: arm64 keyworded (bug #686980) Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 dev-ruby/regexp_parser/regexp_parser-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/regexp_parser/regexp_parser-1.5.1.ebuild b/dev-ruby/regexp_parser/regexp_parser-1.5.1.ebuild index 425cd51f419..ad468130a34 100644 --- a/dev-ruby/regexp_parser/regexp_parser-1.5.1.ebuild +++ b/dev-ruby/regexp_parser/regexp_parser-1.5.1.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 ~arm ~hppa ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86" IUSE="" DEPEND+=" =dev-util/ragel-6*"