diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-23 08:26:33 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-23 10:00:48 +0200 |
commit | d2760a4299313d883cffdee7ff0fcf5ef26207a2 (patch) | |
tree | 7c32061ad0d0446f6040b95d3e969e9d25aef89d /dev-ruby/ritex | |
parent | dev-ruby/rinku: enable ruby31 (diff) | |
download | gentoo-d2760a4299313d883cffdee7ff0fcf5ef26207a2.tar.gz gentoo-d2760a4299313d883cffdee7ff0fcf5ef26207a2.tar.bz2 gentoo-d2760a4299313d883cffdee7ff0fcf5ef26207a2.zip |
dev-ruby/ritex: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ritex')
-rw-r--r-- | dev-ruby/ritex/ritex-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ritex/ritex-1.0.1-r1.ebuild b/dev-ruby/ritex/ritex-1.0.1-r1.ebuild index 953a40394717..b7ddb95e158f 100644 --- a/dev-ruby/ritex/ritex-1.0.1-r1.ebuild +++ b/dev-ruby/ritex/ritex-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# 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_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README ReleaseNotes" |