commit: 4cee344317a10ed4a57dd0a0ee541ae4b955d85d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 06:58:08 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 06:58:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cee3443
dev-ruby/whole_history_rating: enable ruby30, ruby31 and disable ruby24, ruby25
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
index 599a57c21a2a..d661760bac09 100644
--- a/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
+++ b/dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# 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_TASK_TEST="test_units"
@@ -19,6 +19,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
+ruby_add_rdepend "dev-ruby/matrix"
+
ruby_add_bdepend "
test? (
dev-ruby/test-unit:2