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

Collapse All | Expand All

(-)kernel-2.eclass (+1 lines)
Lines 855-860 Link Here
855
		-e "s/\([ "$'\t'"]\)s64\([ "$'\t'"]\)/\1__s64\2/g;" \
855
		-e "s/\([ "$'\t'"]\)s64\([ "$'\t'"]\)/\1__s64\2/g;" \
856
		-e 's/ \(u\|s\)\(8\|16\|32\|64\)$/ __\1\2/g' \
856
		-e 's/ \(u\|s\)\(8\|16\|32\|64\)$/ __\1\2/g' \
857
		-e 's/\([(, ]\)\(u\|s\)64\([, )]\)/\1__\264\3/g' \
857
		-e 's/\([(, ]\)\(u\|s\)64\([, )]\)/\1__\264\3/g' \
858
		-e "s/^\(u\|s\)\(8\|16\|32\|64\)\([ "$'\t'"]\)/__\1\2\3/g;"
858
		"$@"
859
		"$@"
859
}
860
}
860
861

Return to bug 90261