From: idl0r Date: Fri, 2 Jul 2010 14:40:06 +0000 (-0000) Subject: imlate: Don't ignore package names without category. X-Git-Tag: gentoolkit-dev-0.2.7~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20e1e00aa3c24544fc8fe743bc26013b7514dd39;p=gentoolkit.git imlate: Don't ignore package names without category. svn path=/trunk/gentoolkit-dev/; revision=784 --- diff --git a/ChangeLog b/ChangeLog index 1abf820..d9ff896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2010-07-02: Christian Ruppert + * imlate: Don't ignore package names without category. + 2010-05-17: Christian Ruppert * echangelog: Update copyright in other files too (except binaries and diff/patches), bug 285520. diff --git a/src/imlate/imlate b/src/imlate/imlate index cf16a92..4fcf0d7 100755 --- a/src/imlate/imlate +++ b/src/imlate/imlate @@ -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