Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/
Date: Fri, 27 Nov 2015 13:16:52
Message-Id: 1448629506.430779f2e601cff35b702854e80c7c64b137e851.mgorny@gentoo
1 commit: 430779f2e601cff35b702854e80c7c64b137e851
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 18:31:40 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 13:05:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=430779f2
7
8 python-utils-r1.eclass: Remove py2.6 note from python_optimize
9
10 eclass/python-utils-r1.eclass | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
14 index 16fc119..4474766 100644
15 --- a/eclass/python-utils-r1.eclass
16 +++ b/eclass/python-utils-r1.eclass
17 @@ -567,9 +567,6 @@ python_optimize() {
18 local PYTHON=${PYTHON}
19 [[ ${PYTHON} ]] || python_export PYTHON
20
21 - # Note: python2.6 can't handle passing files to compileall...
22 - # TODO: we do not support 2.6 any longer
23 -
24 # default to sys.path
25 if [[ ${#} -eq 0 ]]; then
26 local f