diff options
Diffstat (limited to 'sci-chemistry/coot/coot-0.6.ebuild')
-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 |