diff options
Diffstat (limited to 'dev-games/ogre/ogre-1.6.5.ebuild')
-rw-r--r-- | dev-games/ogre/ogre-1.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/ogre/ogre-1.6.5.ebuild b/dev-games/ogre/ogre-1.6.5.ebuild index 147093964a5f..a51260d7ecbf 100644 --- a/dev-games/ogre/ogre-1.6.5.ebuild +++ b/dev-games/ogre/ogre-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.6.5.ebuild,v 1.7 2010/10/15 17:44:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ogre/ogre-1.6.5.ebuild,v 1.8 2010/12/01 17:22:21 mr_bones_ Exp $ EAPI=2 inherit multilib eutils autotools flag-o-matic @@ -51,7 +51,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-boost.patch \ "${FILESDIR}"/${P}-automake.patch \ "${FILESDIR}"/${P}-cegui.patch \ - "${FILESDIR}"/${PN}-1.4.9-as-needed.patch + "${FILESDIR}"/${P}-as-needed.patch eautoreconf } |