summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 15:14:40 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 15:14:40 +0000
commitebfd88b8d016c7dc30023536631f3bedb385f773 (patch)
treefe0b51777427d76b25f0e2515e3e9b280b93f028 /x11-misc/icecc
parentStable on ppc64 (bug #97544) (diff)
downloadgentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.tar.gz
gentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.tar.bz2
gentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.zip
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r--x11-misc/icecc/ChangeLog7
-rw-r--r--x11-misc/icecc/icecc-2.9.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog
index e2b844cff8f1..7dda2308fb6d 100644
--- a/x11-misc/icecc/ChangeLog
+++ b/x11-misc/icecc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icecc
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.22 2004/11/02 13:18:18 phosphan Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.23 2005/07/01 15:14:40 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icecc-2.9.ebuild:
+ Fix qmake dir per bug #97535
02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> :
Cleanup, latest version stable for x86.
diff --git a/x11-misc/icecc/icecc-2.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild
index 764e90412490..7156c47efb80 100644
--- a/x11-misc/icecc/icecc-2.9.ebuild
+++ b/x11-misc/icecc/icecc-2.9.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/x11-misc/icecc/icecc-2.9.ebuild,v 1.3 2004/11/02 13:14:22 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.4 2005/07/01 15:14:40 caleb Exp $
inherit eutils
@@ -23,7 +23,7 @@ src_unpack() {
}
src_compile() {
- qmake || die
+ ${QTDIR}/bin/qmake || die
emake || die
}