summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-12-28 11:24:15 +0000
committerMichał Górny <mgorny@gentoo.org>2014-12-28 11:24:15 +0000
commit24641e2bd1fa4cb383b6dba8ff1b76adc58fad97 (patch)
treeea474446c3d25cdbc1ee4a8fe399a5581e8e1ff0 /eclass
parentVerbosely deprecate python_parallel_foreach_impl and DISTUTILS_NO_PARALLEL_BU... (diff)
downloadgentoo-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')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-utils-r1.eclass5
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index b3dc29ff660f..a4378948b97e 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.1484 2014/12/28 10:56:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1485 2014/12/28 11:24:15 mgorny Exp $
+
+ 28 Dec 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ Do not check for PYTHON_TEST_VERBOSITY, it is intended for make.conf.
28 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass,
python-r1.eclass:
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"