diff options
author | 2008-02-01 10:46:40 +0000 | |
---|---|---|
committer | 2008-02-01 10:46:40 +0000 | |
commit | 31567bf55792021024e82a4d7958fac436a0e2f7 (patch) | |
tree | 295693d57b655abe83ba396165d2575ffe178428 /dev-util/git/git-1.5.2.5.ebuild | |
parent | stable x86, bug 207993 (diff) | |
download | gentoo-2-31567bf55792021024e82a4d7958fac436a0e2f7.tar.gz gentoo-2-31567bf55792021024e82a4d7958fac436a0e2f7.tar.bz2 gentoo-2-31567bf55792021024e82a4d7958fac436a0e2f7.zip |
Clarify the extra deps for git-svnimport.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util/git/git-1.5.2.5.ebuild')
-rw-r--r-- | dev-util/git/git-1.5.2.5.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/git-1.5.2.5.ebuild b/dev-util/git/git-1.5.2.5.ebuild index fde9fbf6b8d0..3b52f3a07b72 100644 --- a/dev-util/git/git-1.5.2.5.ebuild +++ b/dev-util/git/git-1.5.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild,v 1.10 2007/12/17 05:23:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.2.5.ebuild,v 1.11 2008/02/01 10:46:40 robbat2 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -144,7 +144,10 @@ pkg_postinst() { echo showpkgdeps git-archimport "dev-util/tla" showpkgdeps git-cvsimport ">=dev-util/cvsps-2.1" - showpkgdeps git-svnimport "dev-util/subversion(USE=perl)" + showpkgdeps git-svnimport \ + "USE=perl" \ + "dev-util/subversion(USE=perl)" \ + "dev-perl/libwww-perl" showpkgdeps git-svn \ "dev-util/subversion(USE=perl)" \ "dev-perl/libwww-perl" \ |