diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/boost-1.46.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.46.1.ebuild b/dev-libs/boost/boost-1.46.1.ebuild index 7ef031adcbfd..909e2a935019 100644 --- a/dev-libs/boost/boost-1.46.1.ebuild +++ b/dev-libs/boost/boost-1.46.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.4 2011/05/15 11:03:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1.ebuild,v 1.5 2011/05/15 19:59:21 mr_bones_ Exp $ EAPI="2" @@ -86,7 +86,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/remove-toolset-${PV}.patch" epatch "${FILESDIR}/${PN}-1.45.0-lambda_bind.patch" - + # Compile against python 3.2. Bug #367245 epatch "${FILESDIR}"/${P}-python32.patch |