From 69530cd3d91d3516c244ac2cb249d26f6fcdcd12 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 20 Oct 2005 20:11:30 +0000 Subject: added INFRQ_DESC back to the package cache so the group cache will work --- lib/libalpm/cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libalpm/cache.c') diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index d4e19416..e030c7d7 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -49,7 +49,8 @@ static int pkg_cmp(const void *p1, const void *p2) int db_load_pkgcache(pmdb_t *db) { pmpkg_t *info; - unsigned char infolevel = INFRQ_DEPENDS; + /* The group cache needs INFRQ_DESC as well */ + unsigned char infolevel = INFRQ_DEPENDS | INFRQ_DESC; if(db == NULL) { return(-1); -- cgit v1.2.3-54-g00ecf