diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-23 18:54:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-23 18:54:11 +0000 |
commit | 02311553092513f742e34813b9dac301eff94a9c (patch) | |
tree | 0f9c1db6373a2b8c7a0ffc8dac0ed8958c99340b /games-board/mahjongg3d | |
parent | Stable on x86 wrt bug #200097 (diff) | |
download | gentoo-2-02311553092513f742e34813b9dac301eff94a9c.tar.gz gentoo-2-02311553092513f742e34813b9dac301eff94a9c.tar.bz2 gentoo-2-02311553092513f742e34813b9dac301eff94a9c.zip |
use eqmake3 to make sure that qt3 is used (bug #200075)
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-board/mahjongg3d')
-rw-r--r-- | games-board/mahjongg3d/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/mahjongg3d/mahjongg3d-0.96.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-board/mahjongg3d/ChangeLog b/games-board/mahjongg3d/ChangeLog index 948ba308b1fe..3be58220dc97 100644 --- a/games-board/mahjongg3d/ChangeLog +++ b/games-board/mahjongg3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/mahjongg3d -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.9 2006/06/08 18:41:57 mr_bones_ Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.10 2007/11/23 18:54:11 mr_bones_ Exp $ + + 23 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> + mahjongg3d-0.96.ebuild: + use eqmake3 to make sure that qt3 is used (bug #200075) 08 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> mahjongg3d-0.96.ebuild: diff --git a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild index 1c025b6713fd..ce766f82bd01 100644 --- a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild +++ b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.8 2006/06/08 18:41:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.9 2007/11/23 18:54:11 mr_bones_ Exp $ -inherit eutils kde games +inherit eutils qt3 kde games DESCRIPTION="An implementation of the classical chinese game Mah Jongg with 3D OpenGL graphics" HOMEPAGE="http://www.reto-schoelly.de/mahjongg3d/" @@ -34,7 +34,7 @@ src_unpack() { } src_compile() { - qmake QMAKE="${QTDIR}"/bin/qmake -o Makefile mahjongg3d.pro + eqmake3 mahjongg3d.pro kde_src_compile none emake || die "emake failed" } |