fix installed_idpackage in get_package_action
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1346 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -686,7 +686,7 @@ class EquoInterface(TextInterface):
|
||||
if not results:
|
||||
return 1
|
||||
|
||||
installed_idpackage = results[0]
|
||||
installed_idpackage = results[0][0]
|
||||
pkgver = dbconn.retrieveVersion(match[0])
|
||||
pkgtag = dbconn.retrieveVersionTag(match[0])
|
||||
pkgrev = dbconn.retrieveRevision(match[0])
|
||||
|
||||
Reference in New Issue
Block a user