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/jwt/
Date: Sun, 02 Feb 2020 06:32:57
Message-Id: 1580625110.1eca0a0d8bfcbc92a2a480bf783316a81554f93c.graaff@gentoo
1 commit: 1eca0a0d8bfcbc92a2a480bf783316a81554f93c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 08:30:35 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 06:31:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eca0a0d
7
8 dev-ruby/jwt: add ruby27
9
10 Also add missing test dependency on rbnacl.
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
14
15 dev-ruby/jwt/jwt-2.2.1.ebuild | 6 ++++--
16 1 file changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ruby/jwt/jwt-2.2.1.ebuild b/dev-ruby/jwt/jwt-2.2.1.ebuild
19 index 297c32535e2..1f2bda08e68 100644
20 --- a/dev-ruby/jwt/jwt-2.2.1.ebuild
21 +++ b/dev-ruby/jwt/jwt-2.2.1.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 -USE_RUBY="ruby25 ruby26"
29 +USE_RUBY="ruby25 ruby26 ruby27"
30
31 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
32
33 @@ -23,6 +23,8 @@ IUSE=""
34
35 RUBY_S="ruby-jwt-${PV}"
36
37 +ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
38 +
39 all_ruby_prepare() {
40 sed -i -e "/simplecov/ s:^:#:" \
41 -e '/^SimpleCov.configure/,/^end/ s:^:#:' \