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/inifile/
Date: Sun, 05 Feb 2017 15:09:17
Message-Id: 1486307336.32cc76eb5a311b32df092f93a840226a1bfb08fe.graaff@gentoo
1 commit: 32cc76eb5a311b32df092f93a840226a1bfb08fe
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 15:01:18 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 15:08:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cc76eb
7
8 dev-ruby/inifile: add ruby23, ruby24
9
10 Package-Manager: portage-2.3.3
11
12 dev-ruby/inifile/inifile-3.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ruby/inifile/inifile-3.0.0.ebuild b/dev-ruby/inifile/inifile-3.0.0.ebuild
16 index a49b8a5..ac6c878 100644
17 --- a/dev-ruby/inifile/inifile-3.0.0.ebuild
18 +++ b/dev-ruby/inifile/inifile-3.0.0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -USE_RUBY="ruby20 ruby21 ruby22"
28 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
29
30 RUBY_FAKEGEM_TASK_TEST="test"
31
32 @@ -23,5 +23,5 @@ KEYWORDS="~amd64"
33 IUSE=""
34
35 each_ruby_test() {
36 - ${RUBY} -S testrb test/test_*.rb || die
37 + ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
38 }