dev-ruby/power_assert: enable ruby31 for older 2.x

Had to test it anyway so why not?

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-04-02 00:44:28 +01:00
parent f55e435c27
commit 1da33718a0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27 ruby30"
USE_RUBY="ruby27 ruby30 ruby31"
RUBY_FAKEGEM_EXTRADOC="README.md"

View File

@@ -1,8 +1,8 @@
# 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"
RUBY_FAKEGEM_EXTRADOC="README.md"