diff options
author | 2022-04-16 08:58:08 +0200 | |
---|---|---|
committer | 2022-04-16 08:58:08 +0200 | |
commit | 4cee344317a10ed4a57dd0a0ee541ae4b955d85d (patch) | |
tree | 0ea9086c630aafb4eca7bcd6c1fc7a39ecb50bdc | |
parent | dev-ruby/websocket-extensions: drop 0.1.5 (diff) | |
download | gentoo-4cee344317a10ed4a57dd0a0ee541ae4b955d85d.tar.gz gentoo-4cee344317a10ed4a57dd0a0ee541ae4b955d85d.tar.bz2 gentoo-4cee344317a10ed4a57dd0a0ee541ae4b955d85d.zip |
dev-ruby/whole_history_rating: enable ruby30, ruby31 and disable ruby24, ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/whole_history_rating/whole_history_rating-0.1.2-r1.ebuild | 6 |
1 files 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 599a57c21a2..d661760bac0 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 |