diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-04 16:25:10 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-04 16:25:10 +0100 |
commit | e495624d1b6a7f27c32564fb13acd2300d7e64cb (patch) | |
tree | ad3dc1c6ef93458e34917f5744f2e0df11974a86 /dev-ruby/net-http-pipeline | |
parent | dev-ruby/net-http-digest_auth: add ruby25 (diff) | |
download | gentoo-e495624d1b6a7f27c32564fb13acd2300d7e64cb.tar.gz gentoo-e495624d1b6a7f27c32564fb13acd2300d7e64cb.tar.bz2 gentoo-e495624d1b6a7f27c32564fb13acd2300d7e64cb.zip |
dev-ruby/net-http-pipeline: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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 e1b3a1c05690..a8ecd68283ff 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-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem |