diff options
Diffstat (limited to 'dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild')
-rw-r--r-- | dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild b/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild index b57e917581d3..4cf8208bce72 100644 --- a/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild +++ b/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild,v 1.2 2010/03/05 09:55:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-svn/bzr-svn-1.0.2.ebuild,v 1.3 2010/07/27 21:06:46 fauli Exp $ -EAPI=2 +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils |