diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:19:50 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 15:19:50 +0000 |
commit | ddad129784b4b81297bcea8017e67fa13b983ccb (patch) | |
tree | 3b60cb64cd811dd299f5c551adba28a577a22613 /x11-misc/iceked | |
parent | Stable on ppc64 (bug #97544) (diff) | |
download | gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.tar.gz gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.tar.bz2 gentoo-2-ddad129784b4b81297bcea8017e67fa13b983ccb.zip |
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/iceked')
-rw-r--r-- | x11-misc/iceked/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/iceked/iceked-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/iceked/ChangeLog b/x11-misc/iceked/ChangeLog index 29c69c723f2d..bdf9c06ef6b5 100644 --- a/x11-misc/iceked/ChangeLog +++ b/x11-misc/iceked/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/iceked -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.12 2004/11/02 13:16:35 phosphan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.13 2005/07/01 15:18:41 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> iceked-1.5.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -iceked-1.3.ebuild, iceked-1.5.ebuild: 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 } |