diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-01-28 07:33:07 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-01-29 08:15:59 +0100 |
commit | 9c1d4fa7955ba15c8852f29c90544bae7159e6cb (patch) | |
tree | 3ebe1ad2369e4fae6bae647afed23209f70e7a6f /dev-ruby/connection_pool | |
parent | dev-ruby/tzinfo: add 1.2.6 (diff) | |
download | gentoo-9c1d4fa7955ba15c8852f29c90544bae7159e6cb.tar.gz gentoo-9c1d4fa7955ba15c8852f29c90544bae7159e6cb.tar.bz2 gentoo-9c1d4fa7955ba15c8852f29c90544bae7159e6cb.zip |
dev-ruby/connection_pool: add ruby27
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild index ade8736512c2..5a0e21289df9 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild @@ -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="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby24 ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rake" RUBY_FAKEGEM_RECIPE_DOC="none" |