diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-28 11:24:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-28 11:24:15 +0000 |
commit | 24641e2bd1fa4cb383b6dba8ff1b76adc58fad97 (patch) | |
tree | ea474446c3d25cdbc1ee4a8fe399a5581e8e1ff0 /eclass/python-utils-r1.eclass | |
parent | Verbosely deprecate python_parallel_foreach_impl and DISTUTILS_NO_PARALLEL_BU... (diff) | |
download | gentoo-2-24641e2bd1fa4cb383b6dba8ff1b76adc58fad97.tar.gz gentoo-2-24641e2bd1fa4cb383b6dba8ff1b76adc58fad97.tar.bz2 gentoo-2-24641e2bd1fa4cb383b6dba8ff1b76adc58fad97.zip |
Do not check for PYTHON_TEST_VERBOSITY, it is intended for make.conf.
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 980a4952e6a6..51991a1c2cad 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-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-utils-r1.eclass,v 1.71 2014/12/27 23:52:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.72 2014/12/28 11:24:15 mgorny Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -1188,8 +1188,7 @@ _python_check_dead_variables() { done for v in PYTHON_TESTS_RESTRICTED_ABIS PYTHON_EXPORT_PHASE_FUNCTIONS \ - PYTHON_VERSIONED_{SCRIPTS,EXECUTABLES} PYTHON_NONVERSIONED_EXECUTABLES \ - PYTHON_TEST_VERBOSITY + PYTHON_VERSIONED_{SCRIPTS,EXECUTABLES} PYTHON_NONVERSIONED_EXECUTABLES do if [[ ${!v} ]]; then die "${v} is invalid for python-r1 suite" |