summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-01 15:14:40 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-01 15:14:40 +0000
commitebfd88b8d016c7dc30023536631f3bedb385f773 (patch)
treefe0b51777427d76b25f0e2515e3e9b280b93f028 /x11-libs
parentStable on ppc64 (bug #97544) (diff)
downloadgentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.tar.gz
gentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.tar.bz2
gentoo-2-ebfd88b8d016c7dc30023536631f3bedb385f773.zip
Fix qmake dir per bug #97535
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qwt/ChangeLog7
-rw-r--r--x11-libs/qwt/qwt-4.2.0.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-libs/qwt/ChangeLog b/x11-libs/qwt/ChangeLog
index 4a785ea1e9e7..26411db81b17 100644
--- a/x11-libs/qwt/ChangeLog
+++ b/x11-libs/qwt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qwt
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.20 2004/12/14 14:22:34 phosphan Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/ChangeLog,v 1.21 2005/07/01 15:13:26 caleb Exp $
+
+ 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qwt-4.2.0.ebuild:
+ Fix qmake dir per bug #97535
14 Dec 2004; Patrick Kursawe <phosphan@gentoo.org>
-files/4.2.0_rc2-plugin.patch, qwt-4.2.0.ebuild, -qwt-4.2.0_rc1-r1.ebuild,
diff --git a/x11-libs/qwt/qwt-4.2.0.ebuild b/x11-libs/qwt/qwt-4.2.0.ebuild
index 5a92a264f8da..ffa8e799e7ef 100644
--- a/x11-libs/qwt/qwt-4.2.0.ebuild
+++ b/x11-libs/qwt/qwt-4.2.0.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-libs/qwt/qwt-4.2.0.ebuild,v 1.2 2004/12/14 14:22:34 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-4.2.0.ebuild,v 1.3 2005/07/01 15:13:26 caleb Exp $
MY_PV="${PV/_r/r}"
@@ -34,10 +34,10 @@ src_unpack () {
src_compile () {
addwrite ${QTDIR}/etc/settings
- qmake qwt.pro
+ ${QTDIR}/bin/qmake qwt.pro
emake || die
cd designer
- qmake qwtplugin.pro
+ ${QTDIR}/bin/qmake qwtplugin.pro
emake || die
}