diff options
author | 2010-03-14 12:37:49 +0000 | |
---|---|---|
committer | 2010-03-14 12:37:49 +0000 | |
commit | 0e58ed264a32b094d4efb1e4547067419f294658 (patch) | |
tree | 06b20152bb4e208dcd0290c5981918f6133897d8 /dev-vcs/mercurial/mercurial-9999.ebuild | |
parent | Update darcs.eclass to use dev-vcs/darcs instead of dev-util/darcs. (diff) | |
download | gentoo-2-0e58ed264a32b094d4efb1e4547067419f294658.tar.gz gentoo-2-0e58ed264a32b094d4efb1e4547067419f294658.tar.bz2 gentoo-2-0e58ed264a32b094d4efb1e4547067419f294658.zip |
Change references of dev-util/darcs to dev-vcs/darcs due to the move.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/mercurial/mercurial-9999.ebuild')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 83272f7eb0b7..607db13262dc 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.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-9999.ebuild,v 1.1 2010/03/06 12:20:08 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.2 2010/03/14 12:37:49 kolmodin Exp $ inherit bash-completion elisp-common flag-o-matic eutils distutils mercurial @@ -108,7 +108,7 @@ pkg_postinst() { elog "If you want to convert repositories from other tools using convert" elog "extension please install correct tool:" elog " dev-util/cvs" - elog " dev-util/darcs" + elog " dev-vcs/darcs" elog " dev-util/git" elog " dev-vcs/monotone" elog " dev-util/subversion" |