diff options
Diffstat (limited to 'dev-libs/libbulletml')
-rw-r--r-- | dev-libs/libbulletml/libbulletml-0.0.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild index aef91ca172e6..0aa530ce8cae 100644 --- a/dev-libs/libbulletml/libbulletml-0.0.6.ebuild +++ b/dev-libs/libbulletml/libbulletml-0.0.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.8 2011/05/18 10:33:38 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbulletml/libbulletml-0.0.6.ebuild,v 1.9 2011/05/18 16:08:00 mr_bones_ Exp $ +EAPI=2 inherit eutils DESCRIPTION="A Library of Bullet Markup Language" @@ -15,9 +15,8 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN#lib}/src" +S=${WORKDIR}/${PN#lib}/src src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ |