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/termcolor/
Date: Mon, 19 Jun 2017 05:19:57
Message-Id: 1497849567.a91a4999af2cd329d0575e8b8f76876f84aff4d9.graaff@gentoo
1 commit: a91a4999af2cd329d0575e8b8f76876f84aff4d9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 05:08:31 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 05:19:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91a4999
7
8 dev-ruby/termcolor: add ruby23, ruby24
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ruby/termcolor/termcolor-1.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/termcolor/termcolor-1.2.2.ebuild b/dev-ruby/termcolor/termcolor-1.2.2.ebuild
16 index d591ae86cc8..568e067cd5a 100644
17 --- a/dev-ruby/termcolor/termcolor-1.2.2.ebuild
18 +++ b/dev-ruby/termcolor/termcolor-1.2.2.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
24 EAPI=5
25
26 #*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem.
27 -USE_RUBY="ruby20 ruby21 ruby22"
28 +USE_RUBY="ruby21 ruby22 ruby23 ruby24"
29
30 RUBY_FAKEGEM_RECIPE_TEST="rspec"