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:
@@ -2495,7 +2495,7 @@ class etpDatabase:
|
||||
return ()
|
||||
|
||||
slotstring = ''
|
||||
searchkeywords = [idpackage]
|
||||
searchkeywords = [idpackage[0]]
|
||||
if slot:
|
||||
searchkeywords.append(slot)
|
||||
slotstring = ' and slot = (?)'
|
||||
|
||||
Reference in New Issue
Block a user