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 CAD2013946D for ; Wed, 11 Aug 2021 14:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BB3CE07D8; Wed, 11 Aug 2021 14:29:31 +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 7679DE07C5 for ; Wed, 11 Aug 2021 14:29:31 +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 5C618342E70 for ; Wed, 11 Aug 2021 14:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7B3587B for ; Wed, 11 Aug 2021 14:29:28 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628692144.18a531ffbb9a06ebf4fe5cef9a91220b9095292e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-global_expectations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild X-VCS-Directories: dev-ruby/minitest-global_expectations/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 18a531ffbb9a06ebf4fe5cef9a91220b9095292e X-VCS-Branch: master Date: Wed, 11 Aug 2021 14:29:28 +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: 9ff1b88c-3132-45bb-95df-72181feb0ea5 X-Archives-Hash: 5f24a8877c44c7e3c701d455fea27718 commit: 18a531ffbb9a06ebf4fe5cef9a91220b9095292e Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 11 13:36:58 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 11 14:29:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a531ff dev-ruby/minitest-global_expectations: keyword 1.0.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> .../minitest-global_expectations-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild index 080215e8037..042079cf04a 100644 --- a/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild +++ b/dev-ruby/minitest-global_expectations/minitest-global_expectations-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,5 +11,5 @@ HOMEPAGE="https://github.com/jeremyevans/minitest-global_expectations" LICENSE="MIT" SLOT="1" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" IUSE=""