diff options
Diffstat (limited to 'dev-python/scimath')
-rw-r--r-- | dev-python/scimath/scimath-3.0.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/scimath/scimath-3.0.5.ebuild b/dev-python/scimath/scimath-3.0.5.ebuild index 5c3ff193bd73..0ebb49a5e33c 100644 --- a/dev-python/scimath/scimath-3.0.5.ebuild +++ b/dev-python/scimath/scimath-3.0.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-python/scimath/scimath-3.0.5.ebuild,v 1.1 2010/03/23 05:15:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-3.0.5.ebuild,v 1.2 2010/03/25 21:19:16 bicatali Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -33,7 +33,10 @@ S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="enthought" src_prepare() { - sed -e "s/self.run_command('build_docs')/pass/" -i setup.py || die + sed -i \ + -e "s/self.run_command('build_docs')/pass/" \ + -e "s/setupdocs>=1.0//" \ + setup.py || die } src_test() { |