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/redcloth/
Date: Fri, 27 Apr 2018 08:33:15
Message-Id: 1524817961.7bdaf056e1c1e5c9b95bc71ca390b285a1b278f9.graaff@gentoo
1 commit: 7bdaf056e1c1e5c9b95bc71ca390b285a1b278f9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 07:53:41 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 08:32:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdaf056
7
8 dev-ruby/redcloth: document ruby25 state
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/redcloth/redcloth-4.3.2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/redcloth/redcloth-4.3.2.ebuild b/dev-ruby/redcloth/redcloth-4.3.2.ebuild
16 index d10c52cbb74..6312493835c 100644
17 --- a/dev-ruby/redcloth/redcloth-4.3.2.ebuild
18 +++ b/dev-ruby/redcloth/redcloth-4.3.2.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby21 ruby22 ruby23 ruby24"
24 +# ruby25: not compatible
25 +USE_RUBY="ruby22 ruby23 ruby24"
26
27 RUBY_FAKEGEM_NAME="RedCloth"