diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-22 22:55:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-22 22:55:19 +0000 |
commit | 30604b8b3953ac2cba2c904f5aac7477f7c4e7c8 (patch) | |
tree | 56c7a8df80488402a1e111173a928dd25815c3fe /sci-chemistry/coot | |
parent | Fix calls to python_mod_optimize() and python_mod_cleanup(). (diff) | |
download | gentoo-2-30604b8b3953ac2cba2c904f5aac7477f7c4e7c8.tar.gz gentoo-2-30604b8b3953ac2cba2c904f5aac7477f7c4e7c8.tar.bz2 gentoo-2-30604b8b3953ac2cba2c904f5aac7477f7c4e7c8.zip |
Use Python 2.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r-- | sci-chemistry/coot/coot-0.6.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sci-chemistry/coot/coot-0.6.ebuild b/sci-chemistry/coot/coot-0.6.ebuild index ed3499c2821e..091c0515dea4 100644 --- a/sci-chemistry/coot/coot-0.6.ebuild +++ b/sci-chemistry/coot/coot-0.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/coot/coot-0.6.ebuild,v 1.3 2010/04/22 20:23:40 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.4 2010/04/22 22:55:19 arfrever Exp $ EAPI="3" @@ -63,6 +63,10 @@ DEPEND="${RDEPEND} #S="${WORKDIR}/${MY_P}" S="${WORKDIR}/${MY_S2_P}" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { base_src_prepare |