From 05ab859eab8dbe14f1957d0a4e64b3f005630d45 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 8 Oct 2005 21:32:14 +0000 Subject: Reworked the cache handling to only load DEPENDS info by default --- lib/libalpm/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/cache.c') diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index 31257c08..d4e19416 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -49,7 +49,7 @@ static int pkg_cmp(const void *p1, const void *p2) int db_load_pkgcache(pmdb_t *db) { pmpkg_t *info; - unsigned char infolevel = INFRQ_DESC|INFRQ_DEPENDS; + unsigned char infolevel = INFRQ_DEPENDS; if(db == NULL) { return(-1); -- cgit v1.2.3-24-g4f1b