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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 943C4158020 for ; Sat, 12 Nov 2022 06:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92BEE0A03; Sat, 12 Nov 2022 06:39:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC162E09F3 for ; Sat, 12 Nov 2022 06:39:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC3634101B for ; Sat, 12 Nov 2022 06:39:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3440F603 for ; Sat, 12 Nov 2022 06:39:18 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1668235148.19044938376cf1b08de38cb7ffaaf6a530017759.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mocha/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mocha/mocha-2.0.1.ebuild X-VCS-Directories: dev-ruby/mocha/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 19044938376cf1b08de38cb7ffaaf6a530017759 X-VCS-Branch: master Date: Sat, 12 Nov 2022 06:39:18 +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: 0b0890ab-8281-4680-a13c-2820ec183516 X-Archives-Hash: ef8708e25dea9876c185d037e08ced92 commit: 19044938376cf1b08de38cb7ffaaf6a530017759 Author: WANG Xuerui gentoo org> AuthorDate: Sat Nov 12 06:38:45 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Nov 12 06:39:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19044938 dev-ruby/mocha: keyword 2.0.1 for ~loong Bug: https://bugs.gentoo.org/879839 Signed-off-by: WANG Xuerui gentoo.org> dev-ruby/mocha/mocha-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mocha/mocha-2.0.1.ebuild b/dev-ruby/mocha/mocha-2.0.1.ebuild index 4bdf2a8b303d..2fe21c9e149b 100644 --- a/dev-ruby/mocha/mocha-2.0.1.ebuild +++ b/dev-ruby/mocha/mocha-2.0.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/freerange/mocha/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/ruby2_keywords-0.0.5"