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

(-)/usr/portage/sys-boot/grub/grub-9999.ebuild (-1 / +2 lines)
Lines 49-56 Link Here
49
	# autogen.sh does more than just run autotools
49
	# autogen.sh does more than just run autotools
50
	# need to eautomake due to weirdness #296013
50
	# need to eautomake due to weirdness #296013
51
	if [[ ${PV} == "9999" ]] ; then
51
	if [[ ${PV} == "9999" ]] ; then
52
		sed -i -e '/^autoreconf/s:^:e:' autogen.sh || die
52
		sed -i -e '/^autoreconf/s:^:#e:' autogen.sh || die
53
		(. ./autogen.sh) || die
53
		(. ./autogen.sh) || die
54
		eautoreconf
54
	fi
55
	fi
55
}
56
}

Return to bug 369093