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 | 57361c74bbf66f2af4625f37399f6c66d22bd78b (patch) | |
tree | 6d84885d698e2d9a8dc4d650443bae5e9918f1b6 /x11-misc/icecc | |
parent | Stable on ppc64 (bug #97544) (diff) | |
download | historical-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/icecc')
-rw-r--r-- | x11-misc/icecc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.9.ebuild | 6 |
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 } |