diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2010-03-06 12:24:05 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2010-03-06 12:24:05 +0000 |
commit | 1ac7248025baa98efc676a51bd7af740af98ce49 (patch) | |
tree | f312ce52601e46230e8a3a188ee8a15d1cfc33cc /eclass | |
parent | Add duplicates for dev-vcs/mercurial. (diff) | |
download | gentoo-2-1ac7248025baa98efc676a51bd7af740af98ce49.tar.gz gentoo-2-1ac7248025baa98efc676a51bd7af740af98ce49.tar.bz2 gentoo-2-1ac7248025baa98efc676a51bd7af740af98ce49.zip |
Move mercurial.eclass dep from dev-util to dev-vcs.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mercurial.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass index e20cb2be5b04..b4cc78f7e3dd 100644 --- a/eclass/mercurial.eclass +++ b/eclass/mercurial.eclass @@ -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/eclass/mercurial.eclass,v 1.10 2010/01/17 12:03:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.11 2010/03/06 12:24:05 djc Exp $ # @ECLASS: mercurial.eclass # @MAINTAINER: @@ -16,7 +16,7 @@ inherit eutils EXPORT_FUNCTIONS src_unpack -DEPEND="dev-util/mercurial" +DEPEND="dev-vcs/mercurial" # @ECLASS-VARIABLE: EHG_REPO_URI # @DESCRIPTION: |