diff options
Diffstat (limited to 'dev-vcs/git/git-1.7.4.5.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.7.4.5.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-vcs/git/git-1.7.4.5.ebuild b/dev-vcs/git/git-1.7.4.5.ebuild index fd7f342769a2..efb8b55cb2f0 100644 --- a/dev-vcs/git/git-1.7.4.5.ebuild +++ b/dev-vcs/git/git-1.7.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4.5.ebuild,v 1.1 2011/04/27 05:27:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4.5.ebuild,v 1.2 2011/08/19 18:43:47 darkside Exp $ EAPI=3 @@ -495,10 +495,6 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen use python && python_mod_optimize git_remote_helpers - if use subversion && has_version dev-vcs/subversion && ! built_with_use --missing false dev-vcs/subversion perl ; then - ewarn "You must build dev-vcs/subversion with USE=perl" - ewarn "to get the full functionality of git-svn!" - fi elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" |