1 |
commit: 090f856fe31708bd5649958ec3f92f788bc347b8 |
2 |
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue Mar 29 13:37:39 2022 +0000 |
4 |
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue Mar 29 15:55:25 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090f856f |
7 |
|
8 |
dev-ruby/rspec-collection_matchers: enable ruby30 and disable ruby24, ruby25 |
9 |
|
10 |
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> |
11 |
|
12 |
.../rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild | 4 ++-- |
13 |
1 file changed, 2 insertions(+), 2 deletions(-) |
14 |
|
15 |
diff --git a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild |
16 |
index 55dc753b4a97..4cf2a374f467 100644 |
17 |
--- a/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild |
18 |
+++ b/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.0.ebuild |
19 |
@@ -1,8 +1,8 @@ |
20 |
-# Copyright 1999-2020 Gentoo Authors |
21 |
+# Copyright 1999-2022 Gentoo Authors |
22 |
# Distributed under the terms of the GNU General Public License v2 |
23 |
|
24 |
EAPI=7 |
25 |
-USE_RUBY="ruby24 ruby25 ruby26 ruby27" |
26 |
+USE_RUBY="ruby26 ruby27 ruby30" |
27 |
|
28 |
RUBY_FAKEGEM_RECIPE_TEST="rspec3" |