diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:01:00 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:01:00 +0000 |
commit | 543c193a72cc54364d818f7cad9a74a81eba87fc (patch) | |
tree | c4dded6c957ea8037ad3f21c95402256a3724015 /dev-util/qtunit | |
parent | Fix qmake dir per bug #97535 (diff) | |
download | historical-543c193a72cc54364d818f7cad9a74a81eba87fc.tar.gz historical-543c193a72cc54364d818f7cad9a74a81eba87fc.tar.bz2 historical-543c193a72cc54364d818f7cad9a74a81eba87fc.zip |
Fix qmake dir per bug #97535
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/qtunit')
-rw-r--r-- | dev-util/qtunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/qtunit/qtunit-0.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/qtunit/ChangeLog b/dev-util/qtunit/ChangeLog index fef49a5f18ca..3b59c3322448 100644 --- a/dev-util/qtunit/ChangeLog +++ b/dev-util/qtunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/qtunit -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.15 2004/12/07 15:10:49 gustavoz Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.16 2005/07/01 15:01:00 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qtunit-0.9.8.ebuild: + Fix qmake dir per bug #97535 07 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> qtunit-0.9.8.ebuild: Stable on sparc diff --git a/dev-util/qtunit/qtunit-0.9.8.ebuild b/dev-util/qtunit/qtunit-0.9.8.ebuild index bded81f255d0..ec3bd62708c9 100644 --- a/dev-util/qtunit/qtunit-0.9.8.ebuild +++ b/dev-util/qtunit/qtunit-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.6 2004/12/07 15:10:49 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.7 2005/07/01 15:01:00 caleb Exp $ DESCRIPTION="Unit testing framework for c++" SRC_URI="http://www.uwyn.com/download/qtunit/${P}.tar.bz2" @@ -27,7 +27,7 @@ src_compile() { export HOME="$T/fakehome" addwrite "${QTDIR}/etc/settings" - qmake qtunit.pro || die + ${QTDIR}/bin/qmake qtunit.pro || die make || die # emake doesn't work } |