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 7D28F1384B4 for ; Thu, 19 Nov 2015 07:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1558E08C4; Thu, 19 Nov 2015 07:28:02 +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 E5149E08BF for ; Thu, 19 Nov 2015 07:28:01 +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 EA7B1340775 for ; Thu, 19 Nov 2015 07:27:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB3CABE for ; Thu, 19 Nov 2015 07:27:57 +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: <1447884556.17cd4494e055e3b55e80757b7f5b6095001da49e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-eapi6 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: 17cd4494e055e3b55e80757b7f5b6095001da49e X-VCS-Branch: python-eapi6 Date: Thu, 19 Nov 2015 07:27:57 +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: 7e13f6bd-30cc-4553-a7e9-a665b51d54eb X-Archives-Hash: 9949d8ff7811bc05dfc18ed449ae0500 commit: 17cd4494e055e3b55e80757b7f5b6095001da49e Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 18:31:40 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 18 22:09:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cd4494 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 201b0c4..9f3c750 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -564,9 +564,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