diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-05 17:39:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-05 17:39:10 +0000 |
commit | d1d52d82ae35b605e83e3dd8c5f70ae50753c776 (patch) | |
tree | 710ce11c7c8fb27df07758af74499d268722b0f3 /eclass/git.eclass | |
parent | Add unit file (#475862, thanks to Tony Vroon for approval) (diff) | |
download | gentoo-2-d1d52d82ae35b605e83e3dd8c5f70ae50753c776.tar.gz gentoo-2-d1d52d82ae35b605e83e3dd8c5f70ae50753c776.tar.bz2 gentoo-2-d1d52d82ae35b605e83e3dd8c5f70ae50753c776.zip |
@DEPRECATED is not a valid header tag.
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 a38ee8afe6c7..c4abf632f1b2 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.60 2013/01/15 11:23:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.61 2013/07/05 17:39:10 ulm Exp $ -# @DEPRECATED +# DEPRECATED # This eclass has been superseded by git-2 eclass. # Please modify your ebuilds to use that one instead. |