diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-03 19:20:04 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-03 19:21:50 +0100 |
commit | 124cd79716a02b5c0501a3eaba1005461dd8dbcc (patch) | |
tree | aec616a178fd7a5f512a3ddce5a6fc21387b5a3e /dev-ruby/heredoc_unindent | |
parent | dev-ruby/hashr: add ruby24 (diff) | |
download | gentoo-124cd79716a02b5c0501a3eaba1005461dd8dbcc.tar.gz gentoo-124cd79716a02b5c0501a3eaba1005461dd8dbcc.tar.bz2 gentoo-124cd79716a02b5c0501a3eaba1005461dd8dbcc.zip |
dev-ruby/heredoc_unindent: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/heredoc_unindent')
-rw-r--r-- | dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild b/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild index 012ab7aa143c..2bcfa3518155 100644 --- a/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild +++ b/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild @@ -1,9 +1,9 @@ -# 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" inherit ruby-fakegem |