diff options
Diffstat (limited to 'sci-chemistry/pymol/pymol-1.7.0.0.ebuild')
-rw-r--r-- | sci-chemistry/pymol/pymol-1.7.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/pymol/pymol-1.7.0.0.ebuild b/sci-chemistry/pymol/pymol-1.7.0.0.ebuild index 04d2642ac44a..946ca1d4e66b 100644 --- a/sci-chemistry/pymol/pymol-1.7.0.0.ebuild +++ b/sci-chemistry/pymol/pymol-1.7.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.0.ebuild,v 1.1 2014/01/15 07:42:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.0.ebuild,v 1.2 2014/01/15 07:48:34 jlec Exp $ EAPI=5 @@ -45,6 +45,7 @@ python_prepare_all() { sed \ -e "s:\"/usr:\"${EPREFIX}/usr:g" \ -e "/ext_comp_args/s:=\[.*\]$:= \[\]:g" \ + -e "/import/s:argparse:argparseX:g" \ -i setup.py || die rm ./modules/pmg_tk/startup/apbs_tools.py || die |