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

Collapse All | Expand All

(-)portage/sys-fs/e2fsprogs/e2fsprogs-1.40.5-r1.ebuild (+1 lines)
Lines 74-79 Link Here
74
		--without-included-gettext \
74
		--without-included-gettext \
75
		$(use_enable nls) \
75
		$(use_enable nls) \
76
		$(use_enable userland_GNU fsck) \
76
		$(use_enable userland_GNU fsck) \
77
		$(use_enable !elibc_uclibc tls) \
77
		|| die
78
		|| die
78
	if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
79
	if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
79
		eerror "INTL sanity check failed, aborting build."
80
		eerror "INTL sanity check failed, aborting build."

Return to bug 204102