Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-scripts:master commit in: ruby-stats/
Date: Sat, 28 Dec 2013 07:03:53
Message-Id: 1388214148.3463b7ab23e1872ed0f53598866191185de3e8f0.graaff@gentoo
1 commit: 3463b7ab23e1872ed0f53598866191185de3e8f0
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Dec 28 07:02:28 2013 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 07:02:28 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=3463b7ab
7
8 Actually count the ruby21 target.
9
10 ---
11 ruby-stats/ruby_stats.py | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py
15 index 5cd745f..11be890 100755
16 --- a/ruby-stats/ruby_stats.py
17 +++ b/ruby-stats/ruby_stats.py
18 @@ -39,6 +39,8 @@ def main():
19 stats['ruby_targets_ruby19'].add(cpv)
20 if 'ruby_targets_ruby20' in iuse:
21 stats['ruby_targets_ruby20'].add(cpv)
22 + if 'ruby_targets_ruby21' in iuse:
23 + stats['ruby_targets_ruby21'].add(cpv)
24 if 'ruby_targets_jruby' in iuse:
25 stats['ruby_targets_jruby'].add(cpv)
26 if 'ruby_targets_ree18' in iuse: