imlate: Don't ignore package names without category.
authoridl0r <idl0r@gentoo.org>
Fri, 2 Jul 2010 14:40:06 +0000 (14:40 -0000)
committeridl0r <idl0r@gentoo.org>
Fri, 2 Jul 2010 14:40:06 +0000 (14:40 -0000)
svn path=/trunk/gentoolkit-dev/; revision=784

ChangeLog
src/imlate/imlate

index 1abf82028eb0e8d8643ec543fc96d22b7790f7e5..d9ff8960b9a15a15891aba86e8ff9f2bffd8fedb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-02: Christian Ruppert <idl0r@gentoo.org>
+       * imlate: Don't ignore package names without category.
+
 2010-05-17: Christian Ruppert <idl0r@gentoo.org>
        * echangelog: Update copyright in other files too (except binaries and
                        diff/patches), bug 285520.
index cf16a92205184c11c432c64851bf7b48521d84c7..4fcf0d783494d1fda85d3fbc395469345848e9bd 100755 (executable)
@@ -204,7 +204,7 @@ def get_packages( conf ):
                slots = {}
 
                if conf["USER_PKGS"]:
-                       if not cp in conf["USER_PKGS"]:
+                       if not cp in conf["USER_PKGS"] and not basename(cp) in conf["USER_PKGS"]:
                                continue
 
                # None is important to match also on empty string