diff options
Diffstat (limited to 'games-action/powermanga/powermanga-0.90.ebuild')
-rw-r--r-- | games-action/powermanga/powermanga-0.90.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-action/powermanga/powermanga-0.90.ebuild b/games-action/powermanga/powermanga-0.90.ebuild index 87ba745e050c..ba90e33553f8 100644 --- a/games-action/powermanga/powermanga-0.90.ebuild +++ b/games-action/powermanga/powermanga-0.90.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.8 2010/11/13 07:39:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.90.ebuild,v 1.9 2011/05/19 06:02:58 tupone Exp $ EAPI=2 -inherit eutils games +inherit eutils autotools games DESCRIPTION="An arcade 2D shoot-em-up game" HOMEPAGE="http://linux.tlk.fr/" @@ -32,6 +32,8 @@ src_prepare() { #endif EOF done + epatch "${FILESDIR}"/${P}-underlink.patch + eautoreconf } src_configure() { |