diff options
author | 2010-07-01 23:10:20 +0000 | |
---|---|---|
committer | 2010-07-01 23:10:20 +0000 | |
commit | dbd27161222750e7c6cd10ed96b8c723ed24c192 (patch) | |
tree | 7dda728f10c47a4f46ff4092c3a96f90c789850a /dev-vcs | |
parent | Skibe initial commit wrt bug 191495. Thanks Austen for the initial layout of ... (diff) | |
download | gentoo-2-dbd27161222750e7c6cd10ed96b8c723ed24c192.tar.gz gentoo-2-dbd27161222750e7c6cd10ed96b8c723ed24c192.tar.bz2 gentoo-2-dbd27161222750e7c6cd10ed96b8c723ed24c192.zip |
Fix typo.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/mercurial-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-1.6.ebuild b/dev-vcs/mercurial/mercurial-1.6.ebuild index 0c2b646bcfb9..700059e54bb9 100644 --- a/dev-vcs/mercurial/mercurial-1.6.ebuild +++ b/dev-vcs/mercurial/mercurial-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.6.ebuild,v 1.1 2010/07/01 19:27:44 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-1.6.ebuild,v 1.2 2010/07/01 23:10:20 arfrever Exp $ EAPI=3 @@ -116,7 +116,7 @@ pkg_postinst() { elog " dev-vcs/darcs" elog " dev-vcs/git" elog " dev-vcs/monotone" - elog " dev-util/subversion" + elog " dev-vcs/subversion" } pkg_postrm() { |