diff options
author | 2014-09-21 05:31:54 +0000 | |
---|---|---|
committer | 2014-09-21 05:31:54 +0000 | |
commit | f2e1bf448d4993028fcd09b8234ebaea1e87f6a2 (patch) | |
tree | 374f0b15f300e3a83535d4d536c84b2856c91bb3 /games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild | |
parent | updating puppet to 3.7.1 (diff) | |
download | historical-f2e1bf448d4993028fcd09b8234ebaea1e87f6a2.tar.gz historical-f2e1bf448d4993028fcd09b8234ebaea1e87f6a2.tar.bz2 historical-f2e1bf448d4993028fcd09b8234ebaea1e87f6a2.zip |
EAPI=5
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
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.ebuild | 10 |
1 files changed, 5 insertions, 5 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 6ada1ae828ad..415833c3d761 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,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 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.7 2010/11/08 19:55:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_dolphin_ia/mt_dolphin_ia-0.1.98.ebuild,v 1.8 2014/09/21 05:31:49 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="client for the french tarot game maitretarot" @@ -18,9 +18,9 @@ DEPEND="dev-libs/glib:2 dev-libs/libxml2 dev-games/libmaitretarot dev-games/libmt_client" +RDEPEND=${DEPEND} src_install() { - emake DESTDIR="${D}" install || - dodoc AUTHORS ChangeLog NEWS README + default prepgamesdirs } |