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

Collapse All | Expand All

(-)../../../layman/sunrise/app-misc/rbutil/rbutil-1.2.8.ebuild (+9 lines)
Lines 26-34 Link Here
26
26
27
S=${WORKDIR}/${MY_P}/${PN}/${PN}qt
27
S=${WORKDIR}/${MY_P}/${PN}/${PN}qt
28
28
29
src_prepare() {
30
	epatch "${FILESDIR}/${P}"-fix-parallel-make.patch
31
32
	cp "${FILESDIR}"/rockbox-3.7.1-version.sh "${S}"/../../tools/version.sh
33
	chmod +x "${S}"/../../tools/version.sh
34
}
35
29
src_configure() {
36
src_configure() {
30
	# generate binary translations
37
	# generate binary translations
38
	ebegin "Running lrelease"
31
	lrelease ${PN}qt.pro || die
39
	lrelease ${PN}qt.pro || die
40
	eend $?
32
41
33
	# noccache is required in order to call the correct compiler
42
	# noccache is required in order to call the correct compiler
34
	eqmake4 CONFIG+=noccache
43
	eqmake4 CONFIG+=noccache

Return to bug 183494