fix a small behaviour of the database generation tool
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@479 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
+1
-1
@@ -1893,7 +1893,7 @@ def database(options):
|
||||
missingPackages = portagePackages[:]
|
||||
for portagePackage in portagePackages: # for portagePackage in remainingPackages
|
||||
print_info(red(" Analyzing ")+bold(portagePackage), back = True)
|
||||
data = atomMatch("~"+portagePackage)
|
||||
data = atomMatch("="+portagePackage)
|
||||
if (data[0] != -1):
|
||||
foundPackages.append(data)
|
||||
missingPackages.remove(portagePackage)
|
||||
|
||||
Reference in New Issue
Block a user