From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1101224-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 F38CD138336 for <garchives@archives.gentoo.org>; Mon, 22 Jul 2019 19:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF71E07F6; Mon, 22 Jul 2019 16:56:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 65DE2E0784 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 0F571348953 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 EF9AB72B 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: <1563814575.d34235b295e17665402f537d6b77f43fe73de83a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_property_values/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild X-VCS-Directories: dev-ruby/regexp_property_values/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d34235b295e17665402f537d6b77f43fe73de83a 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: b63a6623-fa65-4274-87d7-43f3bf64ebfb X-Archives-Hash: 72f535c260ee37456805d2242ea55a8d commit: d34235b295e17665402f537d6b77f43fe73de83a Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon Jul 22 16:56:15 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Jul 22 16:56:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34235b2 dev-ruby/regexp_property_values: 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_property_values/regexp_property_values-0.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild index 5f9cfd2688b..eb80ae2c375 100644 --- a/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild +++ b/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86" IUSE="" all_ruby_prepare() {