diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 08:50:24 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-01-15 08:50:34 +0100 |
commit | e2d304aa0fa6655f4278f2b172c0f287ea729e6e (patch) | |
tree | 3ca9b7a90ab74c162e35e6b759c6891c54295990 /dev-ruby/asciimath | |
parent | app-portage/pycargoebuild: Remove old (diff) | |
download | gentoo-e2d304aa0fa6655f4278f2b172c0f287ea729e6e.tar.gz gentoo-e2d304aa0fa6655f4278f2b172c0f287ea729e6e.tar.bz2 gentoo-e2d304aa0fa6655f4278f2b172c0f287ea729e6e.zip |
dev-ruby/asciimath: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/asciimath')
-rw-r--r-- | dev-ruby/asciimath/asciimath-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/asciimath/asciimath-1.0.9.ebuild b/dev-ruby/asciimath/asciimath-1.0.9.ebuild index c637713081cc..967de8477616 100644 --- a/dev-ruby/asciimath/asciimath-1.0.9.ebuild +++ b/dev-ruby/asciimath/asciimath-1.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |