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 12A9B1384B4 for ; Wed, 11 Nov 2015 17:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D4721C0A0; Wed, 11 Nov 2015 17:12:11 +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 0B7A621C093 for ; Wed, 11 Nov 2015 17:12:10 +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 2CCB63406F2 for ; Wed, 11 Nov 2015 17:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5B832337 for ; Wed, 11 Nov 2015 17:12:07 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447261664.b7d1b137de6d225a64e5bf69ee14af4547077d0f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipython/ipython-4.0.0-r2.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b7d1b137de6d225a64e5bf69ee14af4547077d0f X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:12:07 +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: 68faef88-5cec-402c-b13b-c7dab8466a3b X-Archives-Hash: 40312cc0c4876f41edb9370b6b8e63e0 commit: b7d1b137de6d225a64e5bf69ee14af4547077d0f Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:07:44 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:07:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b7d1b137 dev-python/ipython: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/ipython/ipython-4.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-4.0.0-r2.ebuild b/dev-python/ipython/ipython-4.0.0-r2.ebuild index af4bfba..6fa409b 100644 --- a/dev-python/ipython/ipython-4.0.0-r2.ebuild +++ b/dev-python/ipython/ipython-4.0.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE='readline,sqlite' +PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 eutils virtualx