diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-02-09 13:55:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-02-09 13:55:10 +0000 |
commit | ba1cf937737c354f3b5b21e20d779e94cab08d12 (patch) | |
tree | f43216203c86f89956d0c6ed42669686e82947de /games-board | |
parent | Fix configure script to find qt3 (diff) | |
download | gentoo-2-ba1cf937737c354f3b5b21e20d779e94cab08d12.tar.gz gentoo-2-ba1cf937737c354f3b5b21e20d779e94cab08d12.tar.bz2 gentoo-2-ba1cf937737c354f3b5b21e20d779e94cab08d12.zip |
Fix qmake call to get the Qt3 version
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/mahjongg3d/ChangeLog | 7 | ||||
-rw-r--r-- | 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 <caleb@gentoo.org> mahjongg3d-0.96.ebuild: + Fix qmake call to get the Qt3 version 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> 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" } |