diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-06-19 07:36:33 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-06-19 20:28:29 +0200 |
commit | 81e8e42f28790ed2f724803bc388fec260f43aa4 (patch) | |
tree | cf54febbe4ae94b9e6c0f93e3902f289df5ce105 /dev-ruby/net-http-pipeline | |
parent | dev-ruby/websocket: add ruby24 (diff) | |
download | gentoo-81e8e42f28790ed2f724803bc388fec260f43aa4.tar.gz gentoo-81e8e42f28790ed2f724803bc388fec260f43aa4.tar.bz2 gentoo-81e8e42f28790ed2f724803bc388fec260f43aa4.zip |
dev-ruby/net-http-pipeline: add ruby24
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/net-http-pipeline')
-rw-r--r-- | dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild index b37d765809fb..e1b3a1c05690 100644 --- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild +++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.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 ruby23" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem |