diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:35:11 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:35:11 +0000 |
commit | 4cf95c35f1dacd6b82e5df4a6851bfb4d99cb70b (patch) | |
tree | 57964aa210a2903e56f063d383f1e99cf5a7220c /eclass/cvs.eclass | |
parent | Moving dev-util/cvs* to dev-vcs/cvs* (diff) | |
download | gentoo-2-4cf95c35f1dacd6b82e5df4a6851bfb4d99cb70b.tar.gz gentoo-2-4cf95c35f1dacd6b82e5df4a6851bfb4d99cb70b.tar.bz2 gentoo-2-4cf95c35f1dacd6b82e5df4a6851bfb4d99cb70b.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
Diffstat (limited to 'eclass/cvs.eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index ca5ee5270d72..82022ebb03ba 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.70 2008/04/27 07:00:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.71 2010/06/19 00:35:11 abcd Exp $ # @ECLASS: cvs.eclass # @MAINTAINER: @@ -172,7 +172,7 @@ inherit eutils # add cvs to deps # ssh is used for ext auth # sudo is used to run as a specified user -DEPEND="dev-util/cvs" +DEPEND="dev-vcs/cvs" [ -n "$ECVS_RUNAS" ] && DEPEND="$DEPEND app-admin/sudo" |