diff options
-rw-r--r-- | dev-ruby/ae/ae-1.8.2-r1.ebuild | 6 |
1 files 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" |