summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 15:19:50 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 15:19:50 +0000
commit57361c74bbf66f2af4625f37399f6c66d22bd78b (patch)
tree6d84885d698e2d9a8dc4d650443bae5e9918f1b6 /x11-misc/icemc
parentStable on ppc64 (bug #97544) (diff)
downloadhistorical-57361c74bbf66f2af4625f37399f6c66d22bd78b.tar.gz
historical-57361c74bbf66f2af4625f37399f6c66d22bd78b.tar.bz2
historical-57361c74bbf66f2af4625f37399f6c66d22bd78b.zip
Fix qmake dir per bug #97535
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/icemc')
-rw-r--r--x11-misc/icemc/ChangeLog7
-rw-r--r--x11-misc/icemc/icemc-2.1-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog
index d3f0dcdac452..56d33e707a22 100644
--- a/x11-misc/icemc/ChangeLog
+++ b/x11-misc/icemc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icemc
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.20 2004/11/02 14:40:32 phosphan Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.21 2005/07/01 15:15:11 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icemc-2.1-r1.ebuild:
+ Fix qmake dir per bug #97535
02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icemc-1.8.ebuild,
-icemc-1.9.ebuild, icemc-2.1-r1.ebuild:
diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild
index 745859cf9422..25ac374eaa8d 100644
--- a/x11-misc/icemc/icemc-2.1-r1.ebuild
+++ b/x11-misc/icemc/icemc-2.1-r1.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/icemc/icemc-2.1-r1.ebuild,v 1.2 2004/11/02 14:40:32 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.3 2005/07/01 15:15:11 caleb Exp $
DESCRIPTION="IceWM menu/toolbar editor"
HOMEPAGE="http://icecc.sourceforge.net/"
@@ -20,7 +20,7 @@ src_unpack() {
src_compile() {
addwrite ${QTDIR}/etc/settings
- qmake ${PN}.pro
+ ${QTDIR}/bin/qmake ${PN}.pro
emake || die "emake failed"
}