commit:     caf44a1224e944f3ba2f3c81011a2c2504b78195
Author:     Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Sat Dec 27 19:03:19 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 19:03:19 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=caf44a12

Count ruby 2.2 packages.

---
 ruby-stats/ruby_stats.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py
index 11be890..b7ab3e0 100755
--- a/ruby-stats/ruby_stats.py
+++ b/ruby-stats/ruby_stats.py
@@ -41,6 +41,8 @@ def main():
                                                
stats['ruby_targets_ruby20'].add(cpv)
                                        if 'ruby_targets_ruby21' in iuse:
                                                
stats['ruby_targets_ruby21'].add(cpv)
+                                       if 'ruby_targets_ruby22' in iuse:
+                                               
stats['ruby_targets_ruby22'].add(cpv)
                                        if 'ruby_targets_jruby' in iuse:
                                                
stats['ruby_targets_jruby'].add(cpv)
                                        if 'ruby_targets_ree18' in iuse:

Reply via email to