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 2E246138359 for ; Mon, 27 Jul 2020 02:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC03FE1759; Mon, 27 Jul 2020 02:09:25 +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 8DFD2E174C for ; Mon, 27 Jul 2020 02:09:25 +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 6888134F340 for ; Mon, 27 Jul 2020 02:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149AA30A for ; Mon, 27 Jul 2020 02:09:14 +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: <1595815615.b4bc4befd7d668ec6830ed69ee1ce7b73538e69d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-around/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-around/minitest-around-0.5.0.ebuild X-VCS-Directories: dev-ruby/minitest-around/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4bc4befd7d668ec6830ed69ee1ce7b73538e69d X-VCS-Branch: master Date: Mon, 27 Jul 2020 02:09:14 +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: f5eed154-f51d-4572-b8da-2d8ff468c634 X-Archives-Hash: 0f7bd0946c9d33c1fb9f43d022567480 commit: b4bc4befd7d668ec6830ed69ee1ce7b73538e69d Author: Sam James gentoo org> AuthorDate: Mon Jul 27 02:06:55 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 27 02:06:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bc4bef dev-ruby/minitest-around: arm64 keyworded (bug #733784) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-ruby/minitest-around/minitest-around-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild index fe345c84dc3..f10bc3cb786 100644 --- a/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.5.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/splattael/minitest-around" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" ruby_add_rdepend "dev-ruby/minitest:5"