summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 14:53:36 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 14:53:36 +0000
commit069e8ee9c4744fa79e281d2eb623dd6a8da5e8f0 (patch)
tree2b89824c626b83a8c79b6003cd6ba8f6ea8dd810 /app-misc/chesstask
parentFix qmake path per bug #97535 (diff)
downloadgentoo-2-069e8ee9c4744fa79e281d2eb623dd6a8da5e8f0.tar.gz
gentoo-2-069e8ee9c4744fa79e281d2eb623dd6a8da5e8f0.tar.bz2
gentoo-2-069e8ee9c4744fa79e281d2eb623dd6a8da5e8f0.zip
Change qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/chesstask')
-rw-r--r--app-misc/chesstask/ChangeLog5
-rw-r--r--app-misc/chesstask/chesstask-2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/chesstask/ChangeLog b/app-misc/chesstask/ChangeLog
index 18d6a92a6628..8817d3617521 100644
--- a/app-misc/chesstask/ChangeLog
+++ b/app-misc/chesstask/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/chesstask
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/ChangeLog,v 1.8 2005/01/01 14:56:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/ChangeLog,v 1.9 2005/07/01 14:53:36 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> chesstask-2.0.ebuild:
+ Change qmake dir per bug #97535
03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> chesstask-1.3.ebuild,
chesstask-2.0.ebuild:
diff --git a/app-misc/chesstask/chesstask-2.0.ebuild b/app-misc/chesstask/chesstask-2.0.ebuild
index 73f35a261c67..3961a2751bef 100644
--- a/app-misc/chesstask/chesstask-2.0.ebuild
+++ b/app-misc/chesstask/chesstask-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/chesstask-2.0.ebuild,v 1.4 2005/01/01 14:56:07 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/chesstask/chesstask-2.0.ebuild,v 1.5 2005/07/01 14:53:36 caleb Exp $
IUSE=""
@@ -19,7 +19,7 @@ DEPEND=">=x11-libs/qt-3
src_compile() {
sed -i -e "/ENGLISH/s/^#//" ChessTask.pro || die
- qmake -o Makefile ChessTask.pro || die
+ ${QTDIR}/bin/qmake -o Makefile ChessTask.pro || die
emake || die "compile failed"
}