Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/
Date: Sun, 08 May 2022 07:28:05
Message-Id: 1651994627.b8f28fd493a3ae30110e5701b18ab94970b20571.graaff@gentoo
1 commit: b8f28fd493a3ae30110e5701b18ab94970b20571
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 07:23:47 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 07:23:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f28fd4
7
8 dev-ruby/octokit: enable ruby30
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/octokit/octokit-4.22.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/octokit/octokit-4.22.0.ebuild b/dev-ruby/octokit/octokit-4.22.0.ebuild
16 index e9e1d7a6daec..9c6417cf16ec 100644
17 --- a/dev-ruby/octokit/octokit-4.22.0.ebuild
18 +++ b/dev-ruby/octokit/octokit-4.22.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -USE_RUBY="ruby26 ruby27"
24 +USE_RUBY="ruby26 ruby27 ruby30"
25
26 RUBY_FAKEGEM_RECIPE_DOC="yard"
27 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
28 @@ -32,7 +32,7 @@ ruby_add_bdepend "test? (
29 dev-ruby/mime-types
30 >=dev-ruby/netrc-0.7.7
31 >=dev-ruby/rbnacl-7.1.1:6
32 - dev-ruby/vcr:3[json]
33 + dev-ruby/vcr[json]
34 dev-ruby/webmock:3 )"
35
36 all_ruby_prepare() {