diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-25 21:19:16 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-03-25 21:19:16 +0000 |
commit | 851d0e602c965689f0ebe2eb7b7332daec1050fc (patch) | |
tree | ed18ff874e428009f14c9e7698df916ac430d63f /dev-python/scimath | |
parent | Remove setupdocs magic (diff) | |
download | gentoo-2-851d0e602c965689f0ebe2eb7b7332daec1050fc.tar.gz gentoo-2-851d0e602c965689f0ebe2eb7b7332daec1050fc.tar.bz2 gentoo-2-851d0e602c965689f0ebe2eb7b7332daec1050fc.zip |
Remove setupdocs magic
(Portage version: 2.2_rc67/cvs/Linux x86_64)
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() { |