Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 28 Nov 2015 19:09:53
Message-Id: 1448737746.2421e06b057a1a5318f37d0a93e7ac1d3d72554b.mgorny@gentoo
1 commit: 2421e06b057a1a5318f37d0a93e7ac1d3d72554b
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: Sat Nov 28 19:09:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2421e06b
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 e0b1345..cb70ee8 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