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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- b/sys-libs/glibc/files/eblits/pkg_preinst.eblit
0
++ a/sys-libs/glibc/files/eblits/pkg_preinst.eblit
Lines 54-60 Link Here
54
54
55
	[[ ${ROOT} != "/" ]] && return 0
55
	[[ ${ROOT} != "/" ]] && return 0
56
	[[ -d ${ED}/$(get_libdir) ]] || return 0
56
	[[ -d ${ED}/$(get_libdir) ]] || return 0
57
	glibc_sanity_check
57
	[[ -z ${BOOTSTRAP_RAP} ]] && glibc_sanity_check
58
58
59
	# For newer EAPIs, this was run in pkg_pretend.
59
	# For newer EAPIs, this was run in pkg_pretend.
60
	if [[ ${EAPI:-0} == [0123] ]] ; then
60
	if [[ ${EAPI:-0} == [0123] ]] ; then

Return to bug 473728