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

(-)a/dev-lang/ghc/ghc-7.10.3.ebuild (-1 / +2 lines)
Lines 16-22 if [[ ${CTARGET} = ${CHOST} ]] ; then Link Here
16
fi
16
fi
17
17
18
inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
18
inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
19
inherit multilib pax-utils toolchain-funcs versionator
19
inherit multilib pax-utils toolchain-funcs versionator prefix
20
20
21
DESCRIPTION="The Glasgow Haskell Compiler"
21
DESCRIPTION="The Glasgow Haskell Compiler"
22
HOMEPAGE="http://www.haskell.org/ghc/"
22
HOMEPAGE="http://www.haskell.org/ghc/"
Lines 322-327 relocate_ghc() { Link Here
322
			"${WORKDIR}/usr/bin/$(cross)runghc-${GHC_PV}" \
322
			"${WORKDIR}/usr/bin/$(cross)runghc-${GHC_PV}" \
323
			"$gp_back" \
323
			"$gp_back" \
324
			|| die "Adding LD_LIBRARY_PATH for wrappers failed"
324
			|| die "Adding LD_LIBRARY_PATH for wrappers failed"
325
		hprefixify "${WORKDIR}"/usr/$(get_libdir)/${P}/settings
325
	fi
326
	fi
326
327
327
	# regenerate the binary package cache
328
	# regenerate the binary package cache

Return to bug 540168