Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 04/29] python-utils-r1.eclass: Remove py2.6 note from python_optimize
Date: Sun, 22 Nov 2015 19:53:19
Message-Id: 1448221870-17269-5-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite by "Michał Górny"
1 ---
2 eclass/python-utils-r1.eclass | 3 ---
3 1 file changed, 3 deletions(-)
4
5 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
6 index 201b0c4..9f3c750 100644
7 --- a/eclass/python-utils-r1.eclass
8 +++ b/eclass/python-utils-r1.eclass
9 @@ -564,9 +564,6 @@ python_optimize() {
10 local PYTHON=${PYTHON}
11 [[ ${PYTHON} ]] || python_export PYTHON
12
13 - # Note: python2.6 can't handle passing files to compileall...
14 - # TODO: we do not support 2.6 any longer
15 -
16 # default to sys.path
17 if [[ ${#} -eq 0 ]]; then
18 local f
19 --
20 2.6.3