diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:35:11 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-06-19 00:35:11 +0000 |
commit | 7c52f615a6d34066ac7182b2e182c5f988fd4f0b (patch) | |
tree | 37446497b17257177661475466b785203b7ca167 /eclass | |
parent | Moving dev-util/cvs* to dev-vcs/cvs* (diff) | |
download | historical-7c52f615a6d34066ac7182b2e182c5f988fd4f0b.tar.gz historical-7c52f615a6d34066ac7182b2e182c5f988fd4f0b.tar.bz2 historical-7c52f615a6d34066ac7182b2e182c5f988fd4f0b.zip |
Moving dev-util/cvs* to dev-vcs/cvs*
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cvs.eclass | 4 | ||||
-rw-r--r-- | eclass/enlightenment.eclass | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index a620abdd1d06..343a2c7f593a 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -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/eclass/enlightenment.eclass,v 1.82 2010/03/23 19:41:53 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.83 2010/06/19 00:35:11 abcd Exp $ # # Author: vapier@gentoo.org @@ -90,7 +90,7 @@ DEPEND="doc? ( app-doc/doxygen )" RDEPEND="nls? ( sys-devel/gettext )" # gettext (via `autopoint`) needs to run cvs #245073 -[[ ${E_STATE} == "live" ]] && DEPEND="${DEPEND} dev-util/cvs" +[[ ${E_STATE} == "live" ]] && DEPEND="${DEPEND} dev-vcs/cvs" case ${EURI_STATE:-${E_STATE}} in release) S=${WORKDIR}/${P};; |