summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-05-07 08:10:38 +0200
committerHans de Graaff <graaff@gentoo.org>2022-05-07 08:33:51 +0200
commitf5dcb2d79ab5001ae99185d1bb8e49450441279c (patch)
treec4a8b6b905b1c1cc49a751e30912974286d95da7
parentdev-ruby/columnize: enable ruby31 and disable ruby25 (diff)
downloadgentoo-f5dcb2d7.tar.gz
gentoo-f5dcb2d7.tar.bz2
gentoo-f5dcb2d7.zip
dev-ruby/commander: enable ruby30, ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--dev-ruby/commander/commander-4.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/commander/commander-4.6.0.ebuild b/dev-ruby/commander/commander-4.6.0.ebuild
index 542600a4b740..38630ac5c726 100644
--- a/dev-ruby/commander/commander-4.6.0.ebuild
+++ b/dev-ruby/commander/commander-4.6.0.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=7
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"