From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 90B4A1384B4 for ; Sat, 28 Nov 2015 19:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B3EE08C1; Sat, 28 Nov 2015 19:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BC83E07D5 for ; Sat, 28 Nov 2015 19:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53B6834090B for ; Sat, 28 Nov 2015 19:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 129C2A43 for ; Sat, 28 Nov 2015 19:09:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1448737746.2421e06b057a1a5318f37d0a93e7ac1d3d72554b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-utils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2421e06b057a1a5318f37d0a93e7ac1d3d72554b X-VCS-Branch: master Date: Sat, 28 Nov 2015 19:09:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 098a09e1-2c41-46d5-b3f7-2cb09e1e8146 X-Archives-Hash: 7aefa00615848a28631a63b8f73fa8d0 commit: 2421e06b057a1a5318f37d0a93e7ac1d3d72554b Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 18:31:40 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 28 19:09:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2421e06b python-utils-r1.eclass: Remove py2.6 note from python_optimize eclass/python-utils-r1.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index e0b1345..cb70ee8 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