diff options
Diffstat (limited to 'games-action/clanbomber/clanbomber-2.0.9.1.ebuild')
-rw-r--r-- | games-action/clanbomber/clanbomber-2.0.9.1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games-action/clanbomber/clanbomber-2.0.9.1.ebuild b/games-action/clanbomber/clanbomber-2.0.9.1.ebuild index 87a25aaf0c86..b101a32fbb2a 100644 --- a/games-action/clanbomber/clanbomber-2.0.9.1.ebuild +++ b/games-action/clanbomber/clanbomber-2.0.9.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.2 2009/01/22 10:20:48 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/clanbomber/clanbomber-2.0.9.1.ebuild,v 1.3 2009/10/14 21:31:48 mr_bones_ Exp $ +EAPI=2 inherit eutils versionator games MY_P=${PN}2-$(get_after_major_version) @@ -19,11 +20,7 @@ DEPEND=">=dev-libs/DirectFB-1 S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch -} +PATCHES=( "${FILESDIR}"/${P}-gcc43.patch ) src_install() { emake DESTDIR="${D}" install || die "emake install failed" |