diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-24 13:56:32 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-24 13:56:32 +0000 |
commit | e7dec76c320eb36b1fdc542d863ce23a89716652 (patch) | |
tree | 1ebcf84356f0afea7b34c029959992a28a413e65 /dev-vcs/git/git-9999-r2.ebuild | |
parent | Slot cvsps-3 to SLOT=3 to let git-cvsimport work with cvsps-2 (bug #450424). (diff) | |
download | gentoo-2-e7dec76c320eb36b1fdc542d863ce23a89716652.tar.gz gentoo-2-e7dec76c320eb36b1fdc542d863ce23a89716652.tar.bz2 gentoo-2-e7dec76c320eb36b1fdc542d863ce23a89716652.zip |
cvsps-3 is explicitely incompatible with git-cvsimport (bug #450424).
(Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs/git/git-9999-r2.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index e755b27660f9..c96803bdae43 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.4 2014/07/27 10:38:48 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.5 2014/08/24 13:56:32 slyfox Exp $ EAPI=5 @@ -67,7 +67,7 @@ RDEPEND="${CDEPEND} dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? |