diff options
author | 2013-12-28 08:02:28 +0100 | |
---|---|---|
committer | 2013-12-28 08:02:28 +0100 | |
commit | 3463b7ab23e1872ed0f53598866191185de3e8f0 (patch) | |
tree | 66668ba99a656974625b4ca72f355276adcfe18c /ruby-stats | |
parent | Add ruby21 support to the stats scripts. (diff) | |
download | ruby-scripts-3463b7ab23e1872ed0f53598866191185de3e8f0.tar.gz ruby-scripts-3463b7ab23e1872ed0f53598866191185de3e8f0.tar.bz2 ruby-scripts-3463b7ab23e1872ed0f53598866191185de3e8f0.zip |
Actually count the ruby21 target.
Diffstat (limited to 'ruby-stats')
-rwxr-xr-x | ruby-stats/ruby_stats.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py index 5cd745f..11be890 100755 --- a/ruby-stats/ruby_stats.py +++ b/ruby-stats/ruby_stats.py @@ -39,6 +39,8 @@ def main(): stats['ruby_targets_ruby19'].add(cpv) if 'ruby_targets_ruby20' in iuse: stats['ruby_targets_ruby20'].add(cpv) + if 'ruby_targets_ruby21' in iuse: + stats['ruby_targets_ruby21'].add(cpv) if 'ruby_targets_jruby' in iuse: stats['ruby_targets_jruby'].add(cpv) if 'ruby_targets_ree18' in iuse: |