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

Collapse All | Expand All

(-)a/geant-4.9.1_p02.ebuild (-1 / +1 lines)
Lines 130-135 src_compile() { Link Here
130
	if use global; then
130
	if use global; then
131
		export G4LIB_USE_GRANULAR=y
131
		export G4LIB_USE_GRANULAR=y
132
		emake global || die "Building global libraries failed"
132
		emake global || die "Building global libraries failed"
133
		emake || die "Rebuilding shared geant failed"
133
	fi
134
	fi
134
135
135
	if use static; then
136
	if use static; then
136
- 

Return to bug 231314