fixing a small bug with searchProvide

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@823 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-12-10 01:05:03 +00:00
parent 369b92dee8
commit 8d8ecd28f5
+1 -1
View File
@@ -2495,7 +2495,7 @@ class etpDatabase:
return ()
slotstring = ''
searchkeywords = [idpackage]
searchkeywords = [idpackage[0]]
if slot:
searchkeywords.append(slot)
slotstring = ' and slot = (?)'