diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-07-09 02:38:05 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-07-09 02:38:05 +0000 |
commit | 958391dd8e0c6f929c07c3bea15951e859615c1a (patch) | |
tree | f0ee394b7a4212c91667016f817f26144dbb7a39 /eclass/base.eclass | |
parent | whitespace (diff) | |
download | gentoo-2-958391dd8e0c6f929c07c3bea15951e859615c1a.tar.gz gentoo-2-958391dd8e0c6f929c07c3bea15951e859615c1a.tar.bz2 gentoo-2-958391dd8e0c6f929c07c3bea15951e859615c1a.zip |
Remove false statement from eclass description.
Diffstat (limited to 'eclass/base.eclass')
-rw-r--r-- | eclass/base.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass index b9e520b69ba9..3a51a7cdb345 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.56 2012/02/06 21:33:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.57 2012/07/09 02:38:05 floppym Exp $ # @ECLASS: base.eclass # @MAINTAINER: @@ -9,8 +9,7 @@ # Original author: Dan Armak <danarmak@gentoo.org> # @BLURB: The base eclass defines some default functions and variables. # @DESCRIPTION: -# The base eclass defines some default functions and variables. Nearly -# everything else inherits from here. +# The base eclass defines some default functions and variables. if [[ ${___ECLASS_ONCE_BASE} != "recur -_+^+_- spank" ]] ; then ___ECLASS_ONCE_BASE="recur -_+^+_- spank" |