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: Thu, 02 May 2019 06:36:53
Message-Id: 1556779005.1e0cf94917fee15a65731d4804f5574ae4691747.graaff@gentoo
1 commit: 1e0cf94917fee15a65731d4804f5574ae4691747
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 06:24:47 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 06:36:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0cf949
7
8 dev-ruby/octokit: add ruby25
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/octokit/octokit-4.14.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/octokit/octokit-4.14.0.ebuild b/dev-ruby/octokit/octokit-4.14.0.ebuild
17 index e4f7af55045..068c9b8d9f9 100644
18 --- a/dev-ruby/octokit/octokit-4.14.0.ebuild
19 +++ b/dev-ruby/octokit/octokit-4.14.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -USE_RUBY="ruby23 ruby24"
25 +USE_RUBY="ruby23 ruby24 ruby25"
26
27 RUBY_FAKEGEM_RECIPE_DOC="yard"
28 RUBY_FAKEGEM_RECIPE_TEST="rspec3"