commit: aa2f29b793149a5f789dec51759f2456e67b990e Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Fri Aug 14 16:18:39 2015 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Fri Aug 14 16:21:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2f29b7
mozconfig-v6.40.eclass: replace $Header $ with $Id$ ..and also changed "# @ECLASS:" value to match actual eclass name, and other outdated references in comments. eclass/mozconfig-v6.40.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/mozconfig-v6.40.eclass b/eclass/mozconfig-v6.40.eclass index c305db2..333943f 100644 --- a/eclass/mozconfig-v6.40.eclass +++ b/eclass/mozconfig-v6.40.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.38.eclass,v 1.1 2015/05/27 19:00:31 axs Exp $ +# $Id$ # -# @ECLASS: mozconfig-v5.33.eclass +# @ECLASS: mozconfig-v6.40.eclass # @MAINTAINER: # mozilla team <[email protected]> -# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v5 +# @BLURB: the new mozilla common configuration eclass for FF33 and newer, v6 # @DESCRIPTION: # This eclass is used in mozilla ebuilds (firefox, thunderbird, seamonkey) # to provide a single common place for the common mozilla engine compoments.
