commit:     dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920
Author:     Félix Poisot <felix <AT> lhfblc <DOT> fr>
AuthorDate: Mon Mar  4 18:52:18 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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 <felix <AT> lhfblc.fr>
Signed-off-by: Hans de Graaff <graaff <AT> 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!

Reply via email to