From 348c6f6931212ac6189246ee9136f512c55cf09b Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Tue, 21 Jun 2005 05:37:50 +0000 Subject: - did not mean to commit this line --- qsearch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qsearch.c') diff --git a/qsearch.c b/qsearch.c index ececca40..aba96ca6 100644 --- a/qsearch.c +++ b/qsearch.c @@ -1,7 +1,7 @@ /* * Copyright 2005 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 - * $Header: /var/cvsroot/gentoo-projects/portage-utils/qsearch.c,v 1.13 2005/06/21 05:02:01 solar Exp $ + * $Header: /var/cvsroot/gentoo-projects/portage-utils/qsearch.c,v 1.14 2005/06/21 05:37:50 solar Exp $ * * 2005 Ned Ludd - * 2005 Mike Frysinger - @@ -126,7 +126,6 @@ int qsearch_main(int argc, char **argv) if ((strcmp(pcache->atom->PN, last)) != 0) { strncpy(last, pcache->atom->PN, sizeof(last)); if ((rematch(search_me, (search_desc ? pcache->DESCRIPTION : ebuild), REG_EXTENDED | REG_ICASE)) == 0) - printf("%s%s%s ", BOLD, pcache->atom->KEYWORDS, NORM); printf("%s%s/%s%s%s %s\n", BOLD, pcache->atom->CATEGORY, BLUE, pcache->atom->PN, NORM, (show_homepage ? pcache->HOMEPAGE : pcache->DESCRIPTION)); } -- cgit v1.2.3-65-gdbad