diff options
Diffstat (limited to 'games-arcade/grande-KXL/grande-KXL-0.6.ebuild')
-rw-r--r-- | games-arcade/grande-KXL/grande-KXL-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild b/games-arcade/grande-KXL/grande-KXL-0.6.ebuild index 06fad8f01df1..20f2800ffef6 100644 --- a/games-arcade/grande-KXL/grande-KXL-0.6.ebuild +++ b/games-arcade/grande-KXL/grande-KXL-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.11 2011/12/05 09:08:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/grande-KXL/grande-KXL-0.6.ebuild,v 1.12 2012/08/08 20:10:21 hasufell Exp $ inherit autotools eutils games @@ -20,7 +20,7 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PV}-configure.in.patch + epatch "${FILESDIR}"/${P}-{configure.in,cflags}.patch eautoreconf } |