diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-05 20:35:08 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-05 20:37:45 +0200 |
commit | b4d4fea7c330e6ec0fe509a85280ee7b04dfd596 (patch) | |
tree | 8e47bc94103758380cf62fc7420f3f1a7d332ae8 /dev-ruby/source_map | |
parent | dev-ruby/spy: add ruby25 (diff) | |
download | gentoo-b4d4fea7c330e6ec0fe509a85280ee7b04dfd596.tar.gz gentoo-b4d4fea7c330e6ec0fe509a85280ee7b04dfd596.tar.bz2 gentoo-b4d4fea7c330e6ec0fe509a85280ee7b04dfd596.zip |
dev-ruby/source_map: add ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/source_map')
-rw-r--r-- | dev-ruby/source_map/source_map-3.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/source_map/source_map-3.0.1.ebuild b/dev-ruby/source_map/source_map-3.0.1.ebuild index eb78ac7835ea..32d00981d574 100644 --- a/dev-ruby/source_map/source_map-3.0.1.ebuild +++ b/dev-ruby/source_map/source_map-3.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="ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" @@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="" -ruby_add_rdepend "dev-ruby/json" +ruby_add_rdepend "dev-ruby/json:*" |