diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-28 22:45:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-28 22:45:47 +0000 |
commit | 136e9141afe9cad2003caa4cae35891e0179c05f (patch) | |
tree | 716acb6f6becc2d97511dcb9be5e72b56140208e /eclass | |
parent | Adds sys-apps/gentoo-functions to dependency, bug #504132 (diff) | |
download | historical-136e9141afe9cad2003caa4cae35891e0179c05f.tar.gz historical-136e9141afe9cad2003caa4cae35891e0179c05f.tar.bz2 historical-136e9141afe9cad2003caa4cae35891e0179c05f.zip |
Spelling, pointed out by floppym.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6871af4afe57..5faeaba229e2 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1486 2014/12/28 18:35:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1487 2014/12/28 22:45:47 mgorny Exp $ + + 28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: + Spelling, pointed out by floppym. 28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: Make the invalid function/variable checks non-fatal for now. diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 32543de87383..713167d4c038 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.81 2014/12/28 10:56:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.82 2014/12/28 22:45:47 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -247,8 +247,8 @@ _python_validate_useflags() { # are both in PYTHON_COMPAT and match any of the patterns passed # as parameters to the function. # -# Remember to escape or quote the patterns to premature evaluation as a file -# name glob. +# Remember to escape or quote the patterns to prevent shell filename +# expansion. # # When all implementations are requested, please use ${PYTHON_USEDEP} # instead. Please also remember to set an appropriate REQUIRED_USE |