diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-18 08:45:47 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-18 08:55:30 +0200 |
commit | 3995fd7f95c317a30ca241a65dcab816172bcf6b (patch) | |
tree | 4de1b1e04d5e0066b26976ca550c58201ef06f8e /dev-ruby | |
parent | dev-ruby/typeprof: drop 0.13.0, 0.14.1, 0.15.1 (diff) | |
download | gentoo-3995fd7f95c317a30ca241a65dcab816172bcf6b.tar.gz gentoo-3995fd7f95c317a30ca241a65dcab816172bcf6b.tar.bz2 gentoo-3995fd7f95c317a30ca241a65dcab816172bcf6b.zip |
dev-ruby/ethon: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ethon/ethon-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ethon/ethon-0.15.0.ebuild b/dev-ruby/ethon/ethon-0.15.0.ebuild index 0527c5d42892..ff6b1a7b59ba 100644 --- a/dev-ruby/ethon/ethon-0.15.0.ebuild +++ b/dev-ruby/ethon/ethon-0.15.0.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" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" |