Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/source_map/
Date: Thu, 05 Jul 2018 18:38:12
Message-Id: 1530815865.b4d4fea7c330e6ec0fe509a85280ee7b04dfd596.graaff@gentoo
1 commit: b4d4fea7c330e6ec0fe509a85280ee7b04dfd596
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 18:35:08 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 18:37:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d4fea7
7
8 dev-ruby/source_map: add ruby25
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/source_map/source_map-3.0.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/source_map/source_map-3.0.1.ebuild b/dev-ruby/source_map/source_map-3.0.1.ebuild
16 index eb78ac7835e..32d00981d57 100644
17 --- a/dev-ruby/source_map/source_map-3.0.1.ebuild
18 +++ b/dev-ruby/source_map/source_map-3.0.1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
26 +USE_RUBY="ruby23 ruby24 ruby25"
27
28 RUBY_FAKEGEM_TASK_DOC=""
29 RUBY_FAKEGEM_TASK_TEST=""
30 @@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~arm ~x86"
31
32 IUSE=""
33
34 -ruby_add_rdepend "dev-ruby/json"
35 +ruby_add_rdepend "dev-ruby/json:*"