diff options
author | 2012-07-09 02:38:05 +0000 | |
---|---|---|
committer | 2012-07-09 02:38:05 +0000 | |
commit | ef185df6e8e01ee3059792f5ad303a2656954078 (patch) | |
tree | df2846c6d24f2f2d262bd833f4a4e1c7ff7e5b46 /eclass | |
parent | whitespace (diff) | |
download | historical-ef185df6e8e01ee3059792f5ad303a2656954078.tar.gz historical-ef185df6e8e01ee3059792f5ad303a2656954078.tar.bz2 historical-ef185df6e8e01ee3059792f5ad303a2656954078.zip |
Remove false statement from eclass description.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/base.eclass | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 9269c193d49b..9afc0d8e82d5 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.338 2012/07/08 19:16:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.339 2012/07/09 02:38:05 floppym Exp $ + + 09 Jul 2012; Mike Gilbert <floppym@gentoo.org> base.eclass: + Remove false statement from eclass description. 08 Jul 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass: Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of 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" |