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:
(no author)
2007-09-03 17:00:24 +00:00
parent cc174703c0
commit fd7b7ebc29
+1 -1
View File
@@ -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)