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 EC84D158041 for ; Fri, 29 Mar 2024 09:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A5B7E2A1C; Fri, 29 Mar 2024 09:24:50 +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 1A0E0E2A1C for ; Fri, 29 Mar 2024 09:24:50 +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 5ED7F343003 for ; Fri, 29 Mar 2024 09:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C08D0BEB for ; Fri, 29 Mar 2024 09:24:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1711704244.dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/json/json-2.7.1-r1.ebuild X-VCS-Directories: dev-ruby/json/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920 X-VCS-Branch: master Date: Fri, 29 Mar 2024 09:24:47 +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: 0aed99a9-b538-4625-bf8a-3d0d9a9109ad X-Archives-Hash: 0ed0f7fa40d610ce039bdd65da107d67 commit: dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920 Author: Félix Poisot lhfblc fr> AuthorDate: Mon Mar 4 18:52:18 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 29 09:24:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd71af3 dev-ruby/json: tests depend on test-unit-ruby-core Bug: https://bugs.gentoo.org/923479 Signed-off-by: Félix Poisot lhfblc.fr> Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/json/json-2.7.1-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/json/json-2.7.1-r1.ebuild b/dev-ruby/json/json-2.7.1-r1.ebuild index 178fac808b33..e35c42b886fe 100644 --- a/dev-ruby/json/json-2.7.1-r1.ebuild +++ b/dev-ruby/json/json-2.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,10 @@ DEPEND="${DEPEND} ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc ) - test? ( dev-ruby/test-unit:2 )" + test? ( + dev-ruby/test-unit:2 + dev-ruby/test-unit-ruby-core + )" all_ruby_prepare() { # Avoid building the extension twice!