diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-05-06 09:49:02 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-05-06 09:51:53 +0200 |
commit | 4ab6bfc57d4f0c175fe952b9708ffe22b8e5ebe4 (patch) | |
tree | cb4c00ecb8d8e073f08c88cf03077634a0f9a2b4 /dev-ruby/http | |
parent | dev-ruby/http_parser_rb: add ruby24 (diff) | |
download | gentoo-4ab6bfc57d4f0c175fe952b9708ffe22b8e5ebe4.tar.gz gentoo-4ab6bfc57d4f0c175fe952b9708ffe22b8e5ebe4.tar.bz2 gentoo-4ab6bfc57d4f0c175fe952b9708ffe22b8e5ebe4.zip |
dev-ruby/http: add ruby23
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/http')
-rw-r--r-- | dev-ruby/http/http-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/http/http-1.0.2.ebuild b/dev-ruby/http/http-1.0.2.ebuild index d8dc68dbd354..422c88da9085 100644 --- a/dev-ruby/http/http-1.0.2.ebuild +++ b/dev-ruby/http/http-1.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |