diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 15:17:10 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-17 15:17:10 +0000 |
commit | 74904a34b2ec3dde12122fe0090621e85e4d41f7 (patch) | |
tree | 6c6e7e64c0a55db52a52b9b4d19f0a2f52e2f209 /eclass/git.eclass | |
parent | dev-vcs/git: New package (copied from dev-util/git) (diff) | |
download | gentoo-2-74904a34b2ec3dde12122fe0090621e85e4d41f7.tar.gz gentoo-2-74904a34b2ec3dde12122fe0090621e85e4d41f7.tar.bz2 gentoo-2-74904a34b2ec3dde12122fe0090621e85e4d41f7.zip |
Move from dev-util/git to dev-vcs/git
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index 3356b516f29f..bb6af7851dc2 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.43 2010/02/24 01:16:35 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.44 2010/03/17 15:17:10 sping Exp $ # @ECLASS: git.eclass # @MAINTAINER: @@ -19,7 +19,7 @@ inherit eutils EGIT="git.eclass" # We DEPEND on at least a bit recent git version -DEPEND=">=dev-util/git-1.6" +DEPEND=">=dev-vcs/git-1.6" EXPORTED_FUNCTIONS="src_unpack" case "${EAPI:-0}" in |