commit:     eedfaebc2fccc4672abaecb49503416d6d4a53f4
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 06:01:13 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Dec 31 06:02:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedfaebc

dev-ruby/async-process: fix missing test dep

In migration to new test framework for this package version, the test
framework deps weren't updated in the process.

Closes: https://bugs.gentoo.org/968211
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-ruby/async-process/async-process-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/async-process/async-process-1.4.0.ebuild 
b/dev-ruby/async-process/async-process-1.4.0.ebuild
index c9ecf93e5c33..a6ecf167b223 100644
--- a/dev-ruby/async-process/async-process-1.4.0.ebuild
+++ b/dev-ruby/async-process/async-process-1.4.0.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 ruby_add_rdepend "dev-ruby/async:2"
 
 ruby_add_bdepend "test? (
-       >=dev-ruby/async-rspec-1.1:1
+       dev-ruby/sus-fixtures-async
 )"
 
 all_ruby_prepare() {

Reply via email to