diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 16:08:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-05-18 16:08:00 +0000 |
commit | 9d87e974aedaf7677496723d2f8f4ac34c3cca9c (patch) | |
tree | a426d49673dbb851d31f8dcf7654390fa004882d /dev-libs/libbulletml | |
parent | Stable for HPPA (bug #364705). (diff) | |
download | gentoo-2-9d87e974aedaf7677496723d2f8f4ac34c3cca9c.tar.gz gentoo-2-9d87e974aedaf7677496723d2f8f4ac34c3cca9c.tar.bz2 gentoo-2-9d87e974aedaf7677496723d2f8f4ac34c3cca9c.zip |
tidy
(Portage version: 2.1.9.42/cvs/Linux i686)
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 \ |