diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-02-14 07:48:51 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-02-14 07:48:51 +0100 |
commit | 000da3f218d52491903cdac370b830738a19c609 (patch) | |
tree | cd471d9ba37072024eba8c0d06723e1644867bc8 /dev-ruby/connection_pool | |
parent | dev-ruby/dalli: cleanup (diff) | |
download | gentoo-000da3f218d52491903cdac370b830738a19c609.tar.gz gentoo-000da3f218d52491903cdac370b830738a19c609.tar.bz2 gentoo-000da3f218d52491903cdac370b830738a19c609.zip |
dev-ruby/connection_pool: add ruby23
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild index 974ea9e09f5a..e620b0709d2a 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rake" RUBY_FAKEGEM_RECIPE_DOC="none" |