Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26082 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/qpkg.orig (-2 / +2 lines)
Lines 387-394 Link Here
387
		place="`echo ${n}|cut -f1 -d' '`"
387
		place="`echo ${n}|cut -f1 -d' '`"
388
		[[ "${place}" == "iii" ]] && color="${GR}" || color="${RD}"
388
		[[ "${place}" == "iii" ]] && color="${GR}" || color="${RD}"
389
		grep -R "${package}" /var/db/pkg/*/*/RDEPEND | \
389
		grep -R "${package}" /var/db/pkg/*/*/RDEPEND | \
390
		cut -f5,6 -d"/" | sed -e "s:^:\t${color}:;s:$:${NO}:" | sort | uniq
390
		cut -f5,6 -d"/" | sed -e "s:^:\t${color}:;s:$:${NO}:" | sort -u
391
#		gawk -F "/" '{printf("${place}\n\t%s/%s${NO}",$5,$6)}' | sort | uniq
391
#		gawk -F "/" '{printf("${place}\n\t%s/%s${NO}",$5,$6)}' | sort -u
392
	fi
392
	fi
393
393
394
	# cat package content, remove obj/sym/dir, md5 and mtime when not verbose
394
	# cat package content, remove obj/sym/dir, md5 and mtime when not verbose

Return to bug 26082