dev-vcs/cvs2svn: Drop python use dependencies on bzr and git.
authorUlrich Müller <ulm@gentoo.org>
Wed, 3 Apr 2019 10:53:14 +0000 (12:53 +0200)
committerUlrich Müller <ulm@gentoo.org>
Wed, 3 Apr 2019 10:53:14 +0000 (12:53 +0200)
Not needed, because no python bindings are used.

Acked-by: Lars Wendler <polynomial-c@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
dev-vcs/cvs2svn/cvs2svn-2.4.0-r1.ebuild
dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild

index bfdeb720bee4ef9c5327acff57badc57b251f8ae..8f54c70877ef82fe9c250d9f5f07df7d944412ce 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,8 +21,8 @@ IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"
 RDEPEND="${DEPEND}
-       bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
-       git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+       bazaar? ( >=dev-vcs/bzr-1.13 )
+       git? ( >=dev-vcs/git-1.5.4.4 )
        dev-vcs/rcs"
 
 pkg_setup() {
index ad033bc6bdb1697dbe42ae340e98f8bfbab791ad..8d1c4ed57dcb26aab24e855ddf24868671be04b4 100644 (file)
@@ -21,8 +21,8 @@ IUSE="bazaar git test"
 
 DEPEND=">=dev-vcs/subversion-1.0.9"
 RDEPEND="${DEPEND}
-       bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] )
-       git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] )
+       bazaar? ( >=dev-vcs/bzr-1.13 )
+       git? ( >=dev-vcs/git-1.5.4.4 )
        dev-vcs/rcs"
 
 pkg_setup() {