diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-30 08:27:20 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-30 11:07:57 +0200 |
commit | cea1d06086ca69daf0b38af61eff020de203cba6 (patch) | |
tree | 9fdc0205731ebb0de43e73b2c77b7fb9dfc1cd93 /dev-ruby/permutation | |
parent | dev-ruby/pdf-reader: drop 2.5.0, 2.6.0 (diff) | |
download | gentoo-cea1d06086ca69daf0b38af61eff020de203cba6.tar.gz gentoo-cea1d06086ca69daf0b38af61eff020de203cba6.tar.bz2 gentoo-cea1d06086ca69daf0b38af61eff020de203cba6.zip |
dev-ruby/permutation: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/permutation')
-rw-r--r-- | dev-ruby/permutation/permutation-0.1.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild index 9eeb47e6729a..5a634f425a7f 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGES README" |