summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-03-25 21:22:18 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-03-25 21:22:18 +0000
commitc5ca227b40db23d1dc0f6e8c9091729177fc635e (patch)
treedd6463160278b7a622e93bfd2fb601432c46016b /dev-python/scimath
parentDrop redundant keywords line, how the heck it get there... (diff)
downloadhistorical-c5ca227b40db23d1dc0f6e8c9091729177fc635e.tar.gz
historical-c5ca227b40db23d1dc0f6e8c9091729177fc635e.tar.bz2
historical-c5ca227b40db23d1dc0f6e8c9091729177fc635e.zip
Remove setupdocs magic
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-python/scimath')
-rw-r--r--dev-python/scimath/scimath-3.0.5.ebuild7
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() {