diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-24 19:33:36 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-24 19:33:36 +0000 |
commit | 7654b6f97fdf4771e5c62266c594ddd266d96690 (patch) | |
tree | 7bab34b334f45b025c2f9a7b8ef0d3a31e76bfdb /app-admin | |
parent | New upstream version (diff) | |
download | gentoo-2-7654b6f97fdf4771e5c62266c594ddd266d96690.tar.gz gentoo-2-7654b6f97fdf4771e5c62266c594ddd266d96690.tar.bz2 gentoo-2-7654b6f97fdf4771e5c62266c594ddd266d96690.zip |
there always a bug in the first release version
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gentoolkit/files/scripts/etcat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/gentoolkit/files/scripts/etcat b/app-admin/gentoolkit/files/scripts/etcat index 78185bc173e1..711b56921243 100644 --- a/app-admin/gentoolkit/files/scripts/etcat +++ b/app-admin/gentoolkit/files/scripts/etcat @@ -540,6 +540,7 @@ def uses(query): iuse = portage.db["/"]["porttree"].dbapi.aux_get(curver,["IUSE"]) except KeyError: print "[ Error Occured. Ebuild not found for :", white(p), "]" + continue else: print "[ No USE flags found for :", white(p), "]" continue |