diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-15 14:51:06 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-08-15 14:51:06 +0000 |
commit | cb09cd6c6b37b03c6082d9d59988b13155898fa5 (patch) | |
tree | 0518f2c32cac06043bf1be569bdb4dce3ad0bcbc /dev-util | |
parent | Stable on amd64 wrt Bug #143961 (diff) | |
download | gentoo-2-cb09cd6c6b37b03c6082d9d59988b13155898fa5.tar.gz gentoo-2-cb09cd6c6b37b03c6082d9d59988b13155898fa5.tar.bz2 gentoo-2-cb09cd6c6b37b03c6082d9d59988b13155898fa5.zip |
Typo fixed: donsider -> consider
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index edf99f40f369..69156178026d 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.117 2006/08/14 21:27:58 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.118 2006/08/15 14:51:06 ferdy Exp $ + + 15 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.2.ebuild: + Typo fixed: donsider -> consider 14 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> git-1.4.2.ebuild: Only run git-svn tests if we have dev-util/subversion diff --git a/dev-util/git/git-1.4.2.ebuild b/dev-util/git/git-1.4.2.ebuild index 98193276344c..cfcb6b897a9d 100644 --- a/dev-util/git/git-1.4.2.ebuild +++ b/dev-util/git/git-1.4.2.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.2.ebuild,v 1.4 2006/08/14 21:27:58 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.4.2.ebuild,v 1.5 2006/08/15 14:51:06 ferdy Exp $ inherit python toolchain-funcs eutils elisp-common @@ -133,7 +133,7 @@ pkg_postinst() { einfo "If you want to manage subversion repositories using git, consider" 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 "If you want to import a quilt series into git, consider using the" einfo "git-quiltimport command. You should install dev-util/quilt before" einfo einfo "If you want to use the included CVS server you will need to install" |