summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2010-06-16 00:58:26 +0000
committerSebastian Pipping <sping@gentoo.org>2010-06-16 00:58:26 +0000
commit69cb2df0fb336214e7d50b18df665b50b1c5f03a (patch)
treed2a94c8834f1db1ef326761f6edc4df1512dd435 /dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild
parentPackage use mask git for dev-vcs/cvs2svn on ppc-macos (diff)
downloadhistorical-69cb2df0fb336214e7d50b18df665b50b1c5f03a.tar.gz
historical-69cb2df0fb336214e7d50b18df665b50b1c5f03a.tar.bz2
historical-69cb2df0fb336214e7d50b18df665b50b1c5f03a.zip
dev-vcs/cvs2svn: Add git and bazaar use flags for bug #313701
Package-Manager: portage-2.2_rc62/cvs/Linux i686
Diffstat (limited to 'dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild')
-rw-r--r--dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild
index 351af1bd8eb8..58183e835689 100644
--- a/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild
+++ b/dev-vcs/cvs2svn/cvs2svn-2.2.0.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/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild,v 1.1 2010/03/26 20:24:46 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2svn/cvs2svn-2.2.0.ebuild,v 1.2 2010/06/16 00:58:26 sping Exp $
EAPI="2"
PYTHON_USE_WITH_OR="berkdb gdbm"
@@ -17,11 +17,13 @@ SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/${FILEVER}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
+IUSE="bazaar git test"
DEPEND="dev-lang/python
>=dev-util/subversion-1.0.9"
RDEPEND="${DEPEND}
+ bazaar? ( >=dev-vcs/bzr-1.13 )
+ git? ( >=dev-vcs/git-1.5.4.4 )
dev-vcs/rcs"
src_prepare() {