diff options
author | Félix Poisot <felix@lhfblc.fr> | 2024-03-04 18:52:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-03-29 10:24:04 +0100 |
commit | dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920 (patch) | |
tree | 99cae472cfb1bf79e7f63081f6c7bf3676a01143 /dev-ruby | |
parent | dev-ruby/io-console: drop 0.6.0-r1, 0.7.0, 0.7.1 (diff) | |
download | gentoo-dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920.tar.gz gentoo-dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920.tar.bz2 gentoo-dbd71af3c2cdc7ee31a5c6d1c6d7f6230d2b7920.zip |
dev-ruby/json: tests depend on test-unit-ruby-core
Bug: https://bugs.gentoo.org/923479
Signed-off-by: Félix Poisot <felix@lhfblc.fr>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/json/json-2.7.1-r1.ebuild | 7 |
1 files 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! |