--- /usr/portage/x11-themes/polymer/polymer-0.3.1.ebuild 2005-07-10 01:06:07.000000000 +0200 +++ x11-themes/polymer/polymer-0.3.1.ebuild 2005-08-23 16:24:03.000000000 +0200 @@ -19,6 +19,14 @@ need-qt 3.3 src_compile() { + # we need this because at this point QTDIR is set (by qt3.eclass), + # but not exported. + export QTDIR + # qt3.eclass should do this for us but that doesn't work for + # reasons beyond me + addwrite "$QTDIR/etc/settings" + addpredict "$QTDIR/etc/settings" + local myconf # Have to use this syntax for enabling as configure is a little broken use mmx && myconf="--enable-mmx"