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

Collapse All | Expand All

(-)a/dev-java/icedtea/icedtea-3.6.0.ebuild (-1 / +5 lines)
Lines 6-12 Link Here
6
EAPI="6"
6
EAPI="6"
7
SLOT="8"
7
SLOT="8"
8
8
9
inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator
9
inherit check-reqs flag-o-matic gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator
10
10
11
ICEDTEA_VER=$(get_version_component_range 1-3)
11
ICEDTEA_VER=$(get_version_component_range 1-3)
12
ICEDTEA_BRANCH=$(get_version_component_range 1-2)
12
ICEDTEA_BRANCH=$(get_version_component_range 1-2)
Lines 246-251 src_configure() { Link Here
246
	# In-tree JIT ports are available for amd64, arm, arm64, ppc64 (be&le), SPARC and x86.
246
	# In-tree JIT ports are available for amd64, arm, arm64, ppc64 (be&le), SPARC and x86.
247
	if { use amd64 || use arm || use arm64 || use ppc64 || use sparc || use x86; }; then
247
	if { use amd64 || use arm || use arm64 || use ppc64 || use sparc || use x86; }; then
248
		hotspot_port="yes"
248
		hotspot_port="yes"
249
		if use x86; then
250
			# FIXME: do not do this on non-HS build like Zero
251
			append-flags -mincoming-stack-boundary=2
252
		fi
249
	fi
253
	fi
250
254
251
	# Always use HotSpot as the primary VM if available. #389521 #368669 #357633 ...
255
	# Always use HotSpot as the primary VM if available. #389521 #368669 #357633 ...

Return to bug 647954