dev-ruby/jwt: add ruby27
authorHans de Graaff <graaff@gentoo.org>
Sat, 1 Feb 2020 08:30:35 +0000 (09:30 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 2 Feb 2020 06:31:50 +0000 (07:31 +0100)
Also add missing test dependency on rbnacl.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/jwt/jwt-2.2.1.ebuild

index 297c32535e27380625bc29626f57a653e1dcce2e..1f2bda08e687fc5a7db15feca3226505f8b8e543 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -23,6 +23,8 @@ IUSE=""
 
 RUBY_S="ruby-jwt-${PV}"
 
+ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
+
 all_ruby_prepare() {
        sed -i -e "/simplecov/ s:^:#:" \
                -e '/^SimpleCov.configure/,/^end/ s:^:#:' \