From 7c153a2b1575e514fa214873130b06f692ffab75 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 10 Jan 2015 19:26:37 +0100 Subject: [PATCH] pkgdb: disable pkgdb conversion code; 0.38 was released long ago. --- lib/pkgdb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pkgdb.c b/lib/pkgdb.c index 7179dd11..57be51ca 100644 --- a/lib/pkgdb.c +++ b/lib/pkgdb.c @@ -181,8 +181,10 @@ xbps_pkgdb_init(struct xbps_handle *xhp) if (xhp->pkgdb_plist == NULL) xhp->pkgdb_plist = xbps_xasprintf("%s/%s", xhp->metadir, XBPS_PKGDB); +#if 0 if ((rv = xbps_pkgdb_conversion(xhp)) != 0) return rv; +#endif if (xhp->pkgdb != NULL) return 0;