commit: d826e6c75a998b0d6387547f44d25f0bc24952f7
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 06:42:17 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 06:55:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d826e6c7
dev-ruby/twitter-text: enable ruby30, ruby31 and disable ruby24, ruby25
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/twitter-text/twitter-text-3.1.0-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/twitter-text/twitter-text-3.1.0-r1.ebuild
b/dev-ruby/twitter-text/twitter-text-3.1.0-r1.ebuild
index 96cf39c2af87..bf9b100b8fcd 100644
--- a/dev-ruby/twitter-text/twitter-text-3.1.0-r1.ebuild
+++ b/dev-ruby/twitter-text/twitter-text-3.1.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -25,8 +25,7 @@ ruby_add_rdepend "
=dev-ruby/unf-0.1*
"
-ruby_add_bdepend "test? ( >=dev-ruby/multi_json-1.3
- >=dev-ruby/nokogiri-1.8.0 )"
+ruby_add_bdepend "test? ( >=dev-ruby/nokogiri-1.8.0 )"
PATCHES=(
"${FILESDIR}/${PN}-3.1.0-frozen-string.patch"