summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-03 00:28:04 +0100
committerSam James <sam@gentoo.org>2023-04-03 01:46:29 +0100
commit3610c922ceb86d9f598bd4cc1fe43c1d30068fa1 (patch)
tree7166f6c9ec6fc930dae6a4bb5947287de762f02e
parentdev-ruby/async: add 2.5.0 (diff)
downloadgentoo-3610c922ceb86d9f598bd4cc1fe43c1d30068fa1.tar.gz
gentoo-3610c922ceb86d9f598bd4cc1fe43c1d30068fa1.tar.bz2
gentoo-3610c922ceb86d9f598bd4cc1fe43c1d30068fa1.zip
dev-ruby/async: add comment re ruby impls
...so I don't forget later. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ruby/async/async-2.2.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/async/async-2.2.1.ebuild b/dev-ruby/async/async-2.2.1.ebuild
index 0c8db8067520..6162faacb4c3 100644
--- a/dev-ruby/async/async-2.2.1.ebuild
+++ b/dev-ruby/async/async-2.2.1.ebuild
@@ -3,6 +3,9 @@
EAPI=8
+# It really is ruby31 only, see:
+# https://github.com/socketry/async/issues/141
+# https://github.com/socketry/async/issues/136
USE_RUBY="ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"