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

(-)/var/cache/portage/tree/eclass/gnome2-utils.eclass (-1 / +1 lines)
Lines 480-486 Link Here
480
480
481
		LC_ALL=C sed -r -i \
481
		LC_ALL=C sed -r -i \
482
			-e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(NULL):g' \
482
			-e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(NULL):g' \
483
			-e 's:-DGSEAL_ENABLE+[A-Z_]:$(NULL):g' \
483
			-e 's:-DGSEAL_ENABLE(=[A-Za-z0-9_]*)?:$(NULL):g' \
484
			-i "${makefile}"
484
			-i "${makefile}"
485
485
486
		if [[ $? -ne 0 ]]; then
486
		if [[ $? -ne 0 ]]; then

Return to bug 530490