From 20e1e00aa3c24544fc8fe743bc26013b7514dd39 Mon Sep 17 00:00:00 2001 From: idl0r Date: Fri, 2 Jul 2010 14:40:06 +0000 Subject: [PATCH] imlate: Don't ignore package names without category. svn path=/trunk/gentoolkit-dev/; revision=784 --- ChangeLog | 3 +++ src/imlate/imlate | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.26.2