svn path=/trunk/gentoolkit-dev/; revision=784
+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.
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