Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 10928
Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +8 lines)
Line 178 Link Here
178
	 fgrep "`cat ${tmp}/world`" | \
178
	 fgrep -f ${tmp}/world | \
179
--
Line 181 Link Here
181
find /usr/portage/ -iname '*.ebuild' | \
182
	cut -f4,6 -d/ | \
183
	sed -e s:\.ebuild:xxx: > ${tmp}/portage
184
Lines 182-184 Link Here
182
	fgrep "`find /usr/portage/ -iname '*.ebuild'|cut -f4,6 -d/ | \
186
	fgrep -f ${tmp}/portage | \
183
		sed -e s:\\.ebuild:xxx:`" | \
187
	sed -e "s:^:\\=:" -e "s:xxx::" > ${tmp}/world.new
184
		sed -e "s:^:\\\=:" -e "s:xxx::" > ${tmp}/world.new
185
--
Lines 255-256 Link Here
255
		fgrep -v "`find /usr/portage/ -iname '*.ebuild'|cut -f4,6 -d/ | \
258
		fgrep -v -f ${tmp}/portage | \
256
			sed -e s:\\\.ebuild:xxx:`" | \
257
--

Return to bug 10928