diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-04-13 19:07:31 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2013-04-13 19:07:31 +0000 |
commit | 5519cf6c82f1bf17b8a17b083fd4f3dddc412999 (patch) | |
tree | 0b5fd592b6b953a9ee70f40ad681de31b9be48c0 /eclass | |
parent | Linux patches 3.0.73 and 3.4.40. (diff) | |
download | historical-5519cf6c82f1bf17b8a17b083fd4f3dddc412999.tar.gz historical-5519cf6c82f1bf17b8a17b083fd4f3dddc412999.tar.bz2 historical-5519cf6c82f1bf17b8a17b083fd4f3dddc412999.zip |
spell fixing
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 7c501163b8c1..8f7d8133fd88 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.784 2013/04/13 14:01:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.785 2013/04/13 19:07:31 hd_brummy Exp $ + + 13 Apr 2013; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass: + spell fix 13 Apr 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Unmask the egg_info block for further testing. Feel free to comment it out if diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index 653853f922ae..decbd9896218 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.23 2013/03/30 20:14:41 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.24 2013/04/13 19:07:31 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -300,7 +300,7 @@ remove_i18n_include() { -e "s:^#include[[:space:]]*\"i18n.h\"://:" done - dev_check "removed i18n.h for ${@}" + dev_check "removed i18n.h include in ${@}" } # end new vdr-plugin-2.eclass content |