diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-02-13 08:02:24 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-02-13 08:07:01 +0100 |
commit | e88e22811736f937b3c278f6025a934e08592a1f (patch) | |
tree | ec7eb27814a0ee4ca12262c82b4bfd4ef151a88d | |
parent | dev-ruby/rubytest-cli: enable ruby33 (diff) | |
download | gentoo-e88e22811736f937b3c278f6025a934e08592a1f.tar.gz gentoo-e88e22811736f937b3c278f6025a934e08592a1f.tar.bz2 gentoo-e88e22811736f937b3c278f6025a934e08592a1f.zip |
dev-ruby/radius: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/radius/radius-0.7.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/radius/radius-0.7.5-r1.ebuild b/dev-ruby/radius/radius-0.7.5-r1.ebuild index 382e6b1e9069..6dea83697e4f 100644 --- a/dev-ruby/radius/radius-0.7.5-r1.ebuild +++ b/dev-ruby/radius/radius-0.7.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc" |