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/icewoed | |
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/icewoed')
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 761137867d5b..24fd9d385e48 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icewoed -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.15 2004/11/02 14:36:45 phosphan Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.16 2005/07/01 15:19:50 caleb Exp $ + + 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icewoed-1.8.ebuild: + Fix qmake dir per bug #97535 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icewoed-1.5.ebuild, -icewoed-1.6.ebuild, icewoed-1.8.ebuild: diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild index 8feaaf15a1f4..db6125b05421 100644 --- a/x11-misc/icewoed/icewoed-1.8.ebuild +++ b/x11-misc/icewoed/icewoed-1.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/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.3 2004/11/02 14:36:45 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.4 2005/07/01 15:19:50 caleb Exp $ DESCRIPTION="IceWM winoptions editor." SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -21,7 +21,7 @@ src_unpack () { } src_compile () { - qmake || die + ${QTDIR}/bin/qmake || die } src_install () { |