summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-22 20:25:40 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-22 20:25:40 +0000
commit797666d3bda798e61c6a9d9b074a5ec9d2d8a3dc (patch)
treede6c2fbb15b097d18e4e800f067379b986b62fb5 /sci-chemistry/xia2
parentVersion bump dev-python/genshi to 0.6. (diff)
downloadhistorical-797666d3bda798e61c6a9d9b074a5ec9d2d8a3dc.tar.gz
historical-797666d3bda798e61c6a9d9b074a5ec9d2d8a3dc.tar.bz2
historical-797666d3bda798e61c6a9d9b074a5ec9d2d8a3dc.zip
Fixes for Python ABIs fixes
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/xia2')
-rw-r--r--sci-chemistry/xia2/xia2-0.3.1.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/xia2/xia2-0.3.1.6.ebuild b/sci-chemistry/xia2/xia2-0.3.1.6.ebuild
index a4ceeed063ae..96afaa7a87bc 100644
--- a/sci-chemistry/xia2/xia2-0.3.1.6.ebuild
+++ b/sci-chemistry/xia2/xia2-0.3.1.6.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/sci-chemistry/xia2/xia2-0.3.1.6.ebuild,v 1.2 2010/04/22 19:29:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xia2/xia2-0.3.1.6.ebuild,v 1.3 2010/04/22 20:25:40 jlec Exp $
EAPI="3"
@@ -33,7 +33,7 @@ src_prepare() {
find . -name '*.bat' -delete || die
epatch "${FILESDIR}"/${PV}-fix-syntax.patch
- python_convert_shebangs -r 4 .
+ python_convert_shebangs -r $(python_get_version) .
}
src_install() {