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

Collapse All | Expand All

(-)/usr/portage/eclass/qt4.eclass (+12 lines)
Lines 61-66 Link Here
61
	done
61
	done
62
}
62
}
63
63
64
65
#
66
# eqmake4 - Portage wrapper for qt4's qmake
67
#
68
# Authors: Przemysław Maciag <troll@gentoo.org>
69
#          Davide Pesavento <davidepesa@gmail.com>
70
#
71
# Usage:   eqmake4 <foo.pro> [...]
72
#          First parameter is the name of the .pro file on which qmake
73
#          should be run, defaults to ${PN}.pro if not specified.
74
#          Other parameters after the first are passed unmodified to qmake.
75
#
64
eqmake4() {
76
eqmake4() {
65
	local LOGFILE="${T}/qmake-$$.out"
77
	local LOGFILE="${T}/qmake-$$.out"
66
	local projprofile="${1}"
78
	local projprofile="${1}"

Return to bug 120116