[reagent] actually write to right EntropyRepository instance

This commit is contained in:
Fabio Erculiani
2010-01-28 18:58:47 +01:00
parent 671ed318d2
commit f0d62d784f

View File

@@ -295,7 +295,7 @@ def repositories(options):
# now bump, this makes EAPI=3 differential db sync happy
old_pkg_data = w_dbconn.getPackageData(idpackage)
dbconn.handlePackage(old_pkg_data)
w_dbconn.handlePackage(old_pkg_data)
print_info(brown(" @@ ")+"%s: %s" % (blue(atom),
darkgreen(_("dependencies updated successfully")),))