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 140D115800A for ; Fri, 4 Aug 2023 20:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597682BC01A; Fri, 4 Aug 2023 20:20:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43A4A2BC01A for ; Fri, 4 Aug 2023 20:20:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BD13340DD1 for ; Fri, 4 Aug 2023 20:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E88EFE for ; Fri, 4 Aug 2023 20:20:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1691180420.ec76c9f2677a4f0a9b5e032f00c286f8c9e2517f.arthurzam@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.4.ebuild X-VCS-Directories: dev-ruby/mocha/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ec76c9f2677a4f0a9b5e032f00c286f8c9e2517f X-VCS-Branch: master Date: Fri, 4 Aug 2023 20:20:42 +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: 2e74c21a-3186-41ba-9d5b-90e518e8ac32 X-Archives-Hash: 730e0604a8489fa5f71dd71973a35633 commit: ec76c9f2677a4f0a9b5e032f00c286f8c9e2517f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 4 20:20:20 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 4 20:20:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec76c9f2 dev-ruby/mocha: Stabilize 2.0.4 ppc, #910997 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/mocha/mocha-2.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/mocha/mocha-2.0.4.ebuild b/dev-ruby/mocha/mocha-2.0.4.ebuild index 82ed95d25148..3b885a18a67d 100644 --- a/dev-ruby/mocha/mocha-2.0.4.ebuild +++ b/dev-ruby/mocha/mocha-2.0.4.ebuild @@ -16,7 +16,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 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" ruby_add_rdepend ">=dev-ruby/ruby2_keywords-0.0.5"