Disable best pkg matching code; see NEWS for more information.

This commit is contained in:
Juan RP
2014-09-11 12:19:52 +02:00
parent ed6b3c00f5
commit 2207517e13
2 changed files with 7 additions and 5 deletions

View File

@ -275,9 +275,6 @@ xbps_rpool_get_virtualpkg(struct xbps_handle *xhp, const char *pkg)
xbps_dictionary_t
xbps_rpool_get_pkg(struct xbps_handle *xhp, const char *pkg)
{
if (!xbps_pkgpattern_version(pkg) && !xbps_pkg_version(pkg))
return repo_find_pkg(xhp, pkg, BEST_PKG);
return repo_find_pkg(xhp, pkg, REAL_PKG);
}