summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-04 19:20:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-04 19:20:27 +0000
commita71b3a551098c8154b945fe44e294988cc88a32e (patch)
tree935ac121fa04338a6ae781616f53d20f9411c895 /games-board
parentAdd ~mips keywords to qt-4.4.2 (diff)
downloadgentoo-2-a71b3a551098c8154b945fe44e294988cc88a32e.tar.gz
gentoo-2-a71b3a551098c8154b945fe44e294988cc88a32e.tar.bz2
gentoo-2-a71b3a551098c8154b945fe44e294988cc88a32e.zip
call eqmake3 from src_configure
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/mahjongg3d/ChangeLog6
-rw-r--r--games-board/mahjongg3d/mahjongg3d-0.96.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/games-board/mahjongg3d/ChangeLog b/games-board/mahjongg3d/ChangeLog
index 0faab90a834e..8fd1ca29525c 100644
--- a/games-board/mahjongg3d/ChangeLog
+++ b/games-board/mahjongg3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/mahjongg3d
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.12 2009/01/03 22:44:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.13 2009/02/04 19:20:27 mr_bones_ Exp $
+
+ 04 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ mahjongg3d-0.96.ebuild:
+ call eqmake3 from src_configure
03 Jan 2009; 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 9d5b2de69b1b..5522849846fd 100644
--- a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild
+++ b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.12 2009/01/25 23:00:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.13 2009/02/04 19:20:27 mr_bones_ Exp $
EAPI=2
inherit eutils qt3 kde games
@@ -37,8 +37,11 @@ src_prepare() {
|| die "sed failed"
}
-src_compile() {
+src_configure() {
eqmake3 mahjongg3d.pro
+}
+
+src_compile() {
kde_src_compile none
emake || die "emake failed"
}