From ba1cf937737c354f3b5b21e20d779e94cab08d12 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Thu, 9 Feb 2006 13:55:10 +0000 Subject: Fix qmake call to get the Qt3 version (Portage version: 2.1_pre4-r1) --- games-board/mahjongg3d/ChangeLog | 7 +++++-- games-board/mahjongg3d/mahjongg3d-0.96.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/games-board/mahjongg3d/ChangeLog b/games-board/mahjongg3d/ChangeLog index 91a480e0e81f..d85a1fe091e1 100644 --- a/games-board/mahjongg3d/ChangeLog +++ b/games-board/mahjongg3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/mahjongg3d -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.7 2005/07/25 15:44:50 caleb Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.8 2006/02/09 13:55:10 caleb Exp $ + + 09 Feb 2006; Caleb Tennis mahjongg3d-0.96.ebuild: + Fix qmake call to get the Qt3 version 25 Jul 2005; Caleb Tennis mahjongg3d-0.96.ebuild: Fix qt dep per bug #100235 diff --git a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild index acc5a5bb8e0f..b830aefe9b78 100644 --- a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild +++ b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.6 2005/07/25 15:44:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.7 2006/02/09 13:55:10 caleb Exp $ inherit kde games @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - qmake -o Makefile mahjongg3d.pro + qmake QMAKE=${QTDIR}/bin/qmake -o Makefile mahjongg3d.pro kde_src_compile none emake || die "emake failed" } -- cgit v1.2.3-65-gdbad