diff options
author | 2005-07-01 15:03:34 +0000 | |
---|---|---|
committer | 2005-07-01 15:03:34 +0000 | |
commit | 28c7cf2bf8a5edd13528f0491b87fef07410ddb6 (patch) | |
tree | 8ac6d57dddf09319eb3217bb413bd3152b923806 /dev-util/qtunit | |
parent | Fix qmake dir per bug #97535 (diff) | |
download | gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.gz gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.tar.bz2 gentoo-2-28c7cf2bf8a5edd13528f0491b87fef07410ddb6.zip |
Fix qmake dir per bug #97535
(Portage version: 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 } |