diff options
Diffstat (limited to 'games-action/openastromenace/openastromenace-1.2.0.ebuild')
-rw-r--r-- | games-action/openastromenace/openastromenace-1.2.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-action/openastromenace/openastromenace-1.2.0.ebuild b/games-action/openastromenace/openastromenace-1.2.0.ebuild index ae9418e8a7fb..81c1dba37548 100644 --- a/games-action/openastromenace/openastromenace-1.2.0.ebuild +++ b/games-action/openastromenace/openastromenace-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.7 2009/12/17 21:54:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.8 2010/04/11 00:54:28 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic cmake-utils eutils games @@ -32,7 +32,9 @@ DEPEND="virtual/opengl S=${WORKDIR}/OpenAstroMenaceSVN src_prepare() { - epatch "${FILESDIR}"/${P}-cmake.patch + epatch \ + "${FILESDIR}"/${P}-cmake.patch \ + "${FILESDIR}"/${P}-mesa.patch if use linguas_en ; then einfo "Picking en for language set" mv ../gamelang_en.vfs ../gamelang.vfs |