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

(-)a/eclass/gnome2-utils.eclass (+1 lines)
Lines 480-485 gnome2_disable_deprecation_warning() { Link Here
480
	# The sort is important to ensure .am is listed before the respective .in for
480
	# The sort is important to ensure .am is listed before the respective .in for
481
	# maintainer mode regeneration not kicking in due to .am being newer than .in
481
	# maintainer mode regeneration not kicking in due to .am being newer than .in
482
	while read makefile ; do
482
	while read makefile ; do
483
		[[ -f ${makefile} ]] || continue
483
		if ! grep -qE "(DISABLE_DEPRECATED|GSEAL_ENABLE)" "${makefile}"; then
484
		if ! grep -qE "(DISABLE_DEPRECATED|GSEAL_ENABLE)" "${makefile}"; then
484
			continue
485
			continue
485
		fi
486
		fi

Return to bug 566202