# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils bzr eutils DESCRIPTION="Support for Git branches in Bazaar" HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git" SRC_URI="" EBZR_REPO_URI="lp:bzr-git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" # Check info.py for dulwich and bzr version dependency info. # The file should be fairly straightforward to understand. DEPEND="" RDEPEND=">=dev-python/dulwich-0.4.1 >=dev-vcs/bzr-1.15_rc1"