diff options
Diffstat (limited to 'app-editors/cute/cute-0.2.9-r2.ebuild')
-rw-r--r-- | app-editors/cute/cute-0.2.9-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/cute/cute-0.2.9-r2.ebuild b/app-editors/cute/cute-0.2.9-r2.ebuild index 7cc599f2febb..dd91db487b28 100644 --- a/app-editors/cute/cute-0.2.9-r2.ebuild +++ b/app-editors/cute/cute-0.2.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9-r2.ebuild,v 1.2 2005/12/31 12:09:38 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9-r2.ebuild,v 1.3 2006/01/03 12:21:51 caleb Exp $ inherit distutils @@ -41,7 +41,7 @@ src_compile() { cd ${S}/cute [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings" addpredict "$QTDIR/etc/settings" - ${ROOT}usr/qt/3/bin/qmake -o Makefile cute.pro + ${ROOT}usr/qt/3/bin/qmake QMAKE=${ROOT}usr/qt/3/bin/qmake -o Makefile cute.pro emake || die } @@ -60,4 +60,4 @@ src_install() { insinto /usr/share/icons doins ${S}/cute/icons/cute.xpm dodoc changelog.txt LICENSE INSTALL README -}
\ No newline at end of file +} |