--- /usr/portage/eclass/qt4.eclass 2007-07-31 16:06:06.000000000 +0200 +++ qt4.eclass 2007-08-01 16:20:47.710871530 +0200 @@ -61,6 +61,18 @@ done } + +# +# eqmake4 - Portage wrapper for qt4's qmake +# +# Authors: Przemysław Maciag +# Davide Pesavento +# +# Usage: eqmake4 [...] +# First parameter is the name of the .pro file on which qmake +# should be run, defaults to ${PN}.pro if not specified. +# Other parameters after the first are passed unmodified to qmake. +# eqmake4() { local LOGFILE="${T}/qmake-$$.out" local projprofile="${1}"