summaryrefslogtreecommitdiff
path: root/dev-ruby/async/async-2.2.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/async/async-2.2.1.ebuild')
-rw-r--r--dev-ruby/async/async-2.2.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ruby/async/async-2.2.1.ebuild b/dev-ruby/async/async-2.2.1.ebuild
index 6e2688dbe2b7..6162faacb4c3 100644
--- a/dev-ruby/async/async-2.2.1.ebuild
+++ b/dev-ruby/async/async-2.2.1.ebuild
@@ -1,8 +1,11 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
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"
@@ -17,7 +20,7 @@ SRC_URI="https://github.com/socketry/async/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/console-1.10:1