From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D42A138330 for ; Thu, 25 Aug 2016 22:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502B4E08E6; Thu, 25 Aug 2016 22:20:10 +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 E969EE08E6 for ; Thu, 25 Aug 2016 22:20:09 +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 932B7340955 for ; Thu, 25 Aug 2016 22:20:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB632460 for ; Thu, 25 Aug 2016 22:20:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1472163596.f57476217244dae95b30d8bbd4163ca6595c334b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-5.1.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f57476217244dae95b30d8bbd4163ca6595c334b X-VCS-Branch: master Date: Thu, 25 Aug 2016 22:20:06 +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: c6ba5cc3-620b-407f-ab4f-be2ac7c549e7 X-Archives-Hash: 62aee4780c5c606c29ddde96727690ff commit: f57476217244dae95b30d8bbd4163ca6595c334b Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 25 22:19:56 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 25 22:19:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5747621 dev-python/ipython: restore python 3.3 Package-Manager: portage-2.3.0_p22 dev-python/ipython/ipython-5.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-5.1.0.ebuild b/dev-python/ipython/ipython-5.1.0.ebuild index aa838af..2de1c84 100644 --- a/dev-python/ipython/ipython-5.1.0.ebuild +++ b/dev-python/ipython/ipython-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils