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

Collapse All | Expand All

(-)perl-5.8.8-r9.ebuild (+3 lines)
Lines 45-50 Link Here
45
# it uses native perl.
45
# it uses native perl.
46
if tc-is-cross-compiler; then
46
if tc-is-cross-compiler; then
47
	export HOSTPERL="/usr/bin/perl${PV}"
47
	export HOSTPERL="/usr/bin/perl${PV}"
48
49
	# Can't run cross-compiled perl & can't test cross-compiled libs with native perl
50
	RESTRICT="test"
48
else
51
else
49
	export HOSTPERL='./perl'
52
	export HOSTPERL='./perl'
50
fi
53
fi

Return to bug 134650