commit:     0ca25ccc1130b4a6c35f50f990cd2faa5a7f8fdc
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 02:29:07 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 02:29:07 2017 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-bumpchecker.git/commit/?id=0ca25ccc

gnome: Stop skipping mobile suite, as it doesn't exist anymore anyway

 modules/gnome_module.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/gnome_module.py b/modules/gnome_module.py
index 1780b92..38639ee 100644
--- a/modules/gnome_module.py
+++ b/modules/gnome_module.py
@@ -63,9 +63,6 @@ class GNOME:
             # Skip invalid lines
             if len(components) != 4 or len(components[2]) == 0:
                 continue
-            # Skip mobile stuff, because we don't care. And they are mostly 
dupes anyway
-            if components[0] == 'mobile':
-                continue
             pkg = package_module.Package(components[1] + "-" + components[2], 
suite=components[0])
             if (pkg.name and pkg.version):
                 ret.append(pkg)

Reply via email to