From 7352f140258105d8aad888b69c479eb13a4836fc Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 5 May 2012 22:00:32 -0500 Subject: [PATCH] main: can't iterate backwards up deptree so need other hack for this --- main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 639f036..005c3a4 100644 --- a/main.c +++ b/main.c @@ -259,9 +259,8 @@ pkg_queue_walk(pkg_queue_t *head) int wanted_something = 0; pkg_queue_t *pkgq; pkg_t world = (pkg_t){ - .id = "pkg-config", - .realname = "world", - .version = PKG_PKGCONFIG_VERSION_EQUIV, + .id = "world", + .realname = "virtual", }; /* if maximum_traverse_depth is one, then we will not traverse deeper