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/iceked/iceked-1.5.ebuild
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/iceked/iceked-1.5.ebuild')
-rw-r--r--x11-misc/iceked/iceked-1.5.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/iceked/iceked-1.5.ebuild b/x11-misc/iceked/iceked-1.5.ebuild
index d22f251a2c62..bc7c9523f22e 100644
--- a/x11-misc/iceked/iceked-1.5.ebuild
+++ b/x11-misc/iceked/iceked-1.5.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/iceked/iceked-1.5.ebuild,v 1.3 2004/11/02 13:16:35 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v 1.4 2005/07/01 15:18:41 caleb Exp $
DESCRIPTION="IceWM keys editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -21,7 +21,7 @@ src_unpack() {
src_compile () {
addwrite ${QTDIR}/etc/settings
- qmake ${PN}.pro
+ ${QTDIR}/bin/qmake ${PN}.pro
emake || die
}