commit: 3610c922ceb86d9f598bd4cc1fe43c1d30068fa1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 23:28:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 3 00:46:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3610c922
dev-ruby/async: add comment re ruby impls ...so I don't forget later. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/async/async-2.2.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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"