diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-31 15:29:25 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 11:48:24 +0100 |
commit | e86ef80a13bc003eaeb73a2add11fd58be4acab1 (patch) | |
tree | 56e296751cef65c86b2a201bff85b24324948760 /dev-ruby | |
parent | dev-ruby/octokit: drop 7.1.0, 7.1.0-r1 (diff) | |
download | gentoo-e86ef80a13bc003eaeb73a2add11fd58be4acab1.tar.gz gentoo-e86ef80a13bc003eaeb73a2add11fd58be4acab1.tar.bz2 gentoo-e86ef80a13bc003eaeb73a2add11fd58be4acab1.zip |
dev-ruby/async-io: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/async-io/files/async-io-1.34.3-tests.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ruby/async-io/files/async-io-1.34.3-tests.patch b/dev-ruby/async-io/files/async-io-1.34.3-tests.patch deleted file mode 100644 index 620405396dd1..000000000000 --- a/dev-ruby/async-io/files/async-io-1.34.3-tests.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://github.com/socketry/async-io/commit/fe6f1972c74ec0c5107e127cdb299f41b798e3dd -https://bugs.gentoo.org/904159 - -From fe6f1972c74ec0c5107e127cdb299f41b798e3dd Mon Sep 17 00:00:00 2001 -From: Samuel Williams <samuel.williams@oriontransfer.co.nz> -Date: Sat, 18 Mar 2023 17:55:54 +1300 -Subject: [PATCH] Don't depend on status name. - ---- a/spec/async/io/notification_spec.rb -+++ b/spec/async/io/notification_spec.rb -@@ -39,7 +39,7 @@ - signalling_task.wait - waiting_task.wait - -- expect(waiting_task.status).to be :complete -+ expect(waiting_task).to be_complete - - subject.close - end |