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 BBEFA59CA6 for ; Fri, 25 Mar 2016 03:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6173C21C002; Fri, 25 Mar 2016 03:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C349A21C002 for ; Fri, 25 Mar 2016 03:43:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB128340B10 for ; Fri, 25 Mar 2016 03:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF8A6852 for ; Fri, 25 Mar 2016 03:43:23 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1458877092.b3f8f30a56f6b0f7a22f321cf42592c8b671485a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-editor/python-editor-0.4.ebuild X-VCS-Directories: dev-python/python-editor/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b3f8f30a56f6b0f7a22f321cf42592c8b671485a X-VCS-Branch: master Date: Fri, 25 Mar 2016 03:43:23 +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: ef0cf79a-aecf-42eb-b230-bcfec1854c3d X-Archives-Hash: 42b81e14cb53b46b50af2a0c280dde77 commit: b3f8f30a56f6b0f7a22f321cf42592c8b671485a Author: Matthew Thode gentoo org> AuthorDate: Fri Mar 25 03:38:12 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Mar 25 03:38:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f8f30a dev-python/python-editor: add py33 support Package-Manager: portage-2.2.26 dev-python/python-editor/python-editor-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-editor/python-editor-0.4.ebuild b/dev-python/python-editor/python-editor-0.4.ebuild index 91fb831..2db4b77 100644 --- a/dev-python/python-editor/python-editor-0.4.ebuild +++ b/dev-python/python-editor/python-editor-0.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1