diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-08 17:24:21 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-08 17:24:21 +0000 |
commit | a3bc35e23bd067cc5a5aaac6a35d20ea1213098f (patch) | |
tree | 837d229e85e81aba531b8b22c9933caf46db4aa5 /dev-util | |
parent | Added to ~ppc. Tested by nostromo. (diff) | |
download | gentoo-2-a3bc35e23bd067cc5a5aaac6a35d20ea1213098f.tar.gz gentoo-2-a3bc35e23bd067cc5a5aaac6a35d20ea1213098f.tar.bz2 gentoo-2-a3bc35e23bd067cc5a5aaac6a35d20ea1213098f.zip |
Recommend dev-perl/libwww-perl to use git-svn. Fixes bug #142116.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index f9350e76d88b..07c22cecc384 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.103 2006/07/25 20:02:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.104 2006/08/08 17:24:21 ferdy Exp $ + + 08 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.1.1.ebuild: + Recommend dev-perl/libwww-perl to use git-svn. Fixes bug #142116. *git-1.4.1.1 (25 Jul 2006) diff --git a/dev-util/git/git-1.4.1.1.ebuild b/dev-util/git/git-1.4.1.1.ebuild index 07047ab34537..4c62ba2a1ccb 100644 --- a/dev-util/git/git-1.4.1.1.ebuild +++ b/dev-util/git/git-1.4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.1 2006/07/25 20:02:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.1.1.ebuild,v 1.2 2006/08/08 17:24:21 ferdy Exp $ inherit python toolchain-funcs eutils elisp-common @@ -131,7 +131,7 @@ pkg_postinst() { einfo "git-svnimport command. You should install dev-util/subversion before" einfo einfo "If you want to manage subversion repositories using git, consider" - einfo "using git-svn. You should install dev-util/subversion before" + einfo "using git-svn. You should install dev-util/subversion and dev-perl/libwww-perl" einfo einfo "If you want to import a quilt series into git, donsider using the" einfo "git-quiltimport command. You should install dev-util/quilt before" |