diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-01 22:10:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-01 22:10:34 +0000 |
commit | f0473ea8cab37c5a2ef42a8cc9d550c33d16eda9 (patch) | |
tree | 9bccef7336120ee41b40e11c008a71011285e79e /eclass/python-utils-r1.eclass | |
parent | OpenRC has seen fit to overhaul /var/run; as identified by Vincent Brillault ... (diff) | |
download | gentoo-2-f0473ea8cab37c5a2ef42a8cc9d550c33d16eda9.tar.gz gentoo-2-f0473ea8cab37c5a2ef42a8cc9d550c33d16eda9.tar.bz2 gentoo-2-f0473ea8cab37c5a2ef42a8cc9d550c33d16eda9.zip |
Add a bit of debug.
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 8a3f0c9438d2..64848a7e5573 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.5 2012/11/30 11:43:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.6 2012/12/01 22:10:34 mgorny Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -322,6 +322,8 @@ python_optimize() { set -- "${D}${f}" "${@}" fi done < <("${PYTHON}" -c 'import sys; print("\0".join(sys.path))') + + debug-print "${FUNCNAME}: using sys.path: ${*/%/;}" fi local d |