summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-11-18 19:31:40 +0100
committerMichał Górny <mgorny@gentoo.org>2015-11-28 20:09:06 +0100
commit2421e06b057a1a5318f37d0a93e7ac1d3d72554b (patch)
tree04031eacf80f2981ae8b902d9bb608e39eba4ab6 /eclass
parent64f62e4bfa4b1bd080b73ff461daa33d9606d589 (diff)
downloadgentoo-2421e06b057a1a5318f37d0a93e7ac1d3d72554b.tar.gz
gentoo-2421e06b057a1a5318f37d0a93e7ac1d3d72554b.tar.xz
python-utils-r1.eclass: Remove py2.6 note from python_optimize
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e0b13455d66..cb70ee8daa1 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -567,9 +567,6 @@ python_optimize() {
local PYTHON=${PYTHON}
[[ ${PYTHON} ]] || python_export PYTHON
- # Note: python2.6 can't handle passing files to compileall...
- # TODO: we do not support 2.6 any longer
-
# default to sys.path
if [[ ${#} -eq 0 ]]; then
local f