commit: 354def201659a339232eafacc7f6e109d00d9e97 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 04:54:24 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 3 00:46:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354def20
dev-ruby/ae: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/ae/ae-1.8.2-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ae/ae-1.8.2-r1.ebuild b/dev-ruby/ae/ae-1.8.2-r1.ebuild index 1ccd2233b466..b6a97f3ecd49 100644 --- a/dev-ruby/ae/ae-1.8.2-r1.ebuild +++ b/dev-ruby/ae/ae-1.8.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -18,4 +19,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" # Tests cause circular dependencies with dev-ruby/qed +# ... and not in gem/last release? RESTRICT="test"
