summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-10-20 19:05:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-10-20 19:05:55 +0000
commit9c13b851ef1f2f2711204cb09431093427f751e9 (patch)
tree0483d228824d917bc6320e3654ccb5d1e90766ca /games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild
parentstable ppc, bug 341315 (diff)
downloadhistorical-9c13b851ef1f2f2711204cb09431093427f751e9.tar.gz
historical-9c13b851ef1f2f2711204cb09431093427f751e9.tar.bz2
historical-9c13b851ef1f2f2711204cb09431093427f751e9.zip
EAPI=2
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild')
-rw-r--r--games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild
index 72fa14e09dd1..1c12e86dd37d 100644
--- a/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild
+++ b/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.5 2009/12/31 16:25:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.6 2010/10/20 19:05:55 mr_bones_ Exp $
+EAPI=2
inherit games
DESCRIPTION="client for the french tarot game maitretarot"
@@ -13,13 +14,13 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="=dev-libs/glib-2*
+DEPEND="dev-libs/glib:2
dev-libs/libxml2
dev-games/libmaitretarot
dev-games/libmt_client"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install ||
dodoc AUTHORS ChangeLog NEWS README
prepgamesdirs
}