diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-17 09:54:50 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-17 10:08:57 +0200 |
commit | 757afb7f1934a01e709f24dfba8fe2474b35f02f (patch) | |
tree | 9fe283b264133aa5556aa60b49ffcea306c6a14a /dev-ruby/chronic | |
parent | dev-ruby/treetop: drop 1.6.11 (diff) | |
download | gentoo-757afb7f1934a01e709f24dfba8fe2474b35f02f.tar.gz gentoo-757afb7f1934a01e709f24dfba8fe2474b35f02f.tar.bz2 gentoo-757afb7f1934a01e709f24dfba8fe2474b35f02f.zip |
dev-ruby/chronic: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/chronic')
-rw-r--r-- | dev-ruby/chronic/chronic-0.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/chronic/chronic-0.10.2-r1.ebuild b/dev-ruby/chronic/chronic-0.10.2-r1.ebuild index 29c5fa93ed04..42b160ad19dd 100644 --- a/dev-ruby/chronic/chronic-0.10.2-r1.ebuild +++ b/dev-ruby/chronic/chronic-0.10.2-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="HISTORY.md README.md" |