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
commitddad129784b4b81297bcea8017e67fa13b983ccb (patch)
tree3b60cb64cd811dd299f5c551adba28a577a22613 /x11-misc/icebgset
parentStable on ppc64 (bug #97544) (diff)
downloadgentoo-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/icebgset')
-rw-r--r--x11-misc/icebgset/ChangeLog7
-rw-r--r--x11-misc/icebgset/icebgset-1.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog
index 545285be6401..412f4c6db40c 100644
--- a/x11-misc/icebgset/ChangeLog
+++ b/x11-misc/icebgset/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icebgset
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.16 2004/11/02 13:12:31 phosphan Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.17 2005/07/01 15:16:49 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icebgset-1.3.ebuild:
+ Fix qmake dir per bug #97535
02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icebgset-1.0.ebuild,
-icebgset-1.1.ebuild, icebgset-1.3.ebuild:
diff --git a/x11-misc/icebgset/icebgset-1.3.ebuild b/x11-misc/icebgset/icebgset-1.3.ebuild
index 849a6815d016..425cc680981e 100644
--- a/x11-misc/icebgset/icebgset-1.3.ebuild
+++ b/x11-misc/icebgset/icebgset-1.3.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/icebgset/icebgset-1.3.ebuild,v 1.3 2004/11/02 13:12:31 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.4 2005/07/01 15:16:49 caleb Exp $
DESCRIPTION="IceWM background editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -20,7 +20,7 @@ src_unpack() {
}
src_compile() {
- qmake || die
+ ${QTDIR}/bin/qmake || die
}
src_install() {