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 3D8341388C1 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 DA47B21C087; Wed, 11 Nov 2015 17:12:10 +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 748C221C087 for ; Wed, 11 Nov 2015 17:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F935340634 for ; Wed, 11 Nov 2015 17:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 925D1A50 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: <1447261529.274f0b8a29bae11323edc67b74b8f9768e1ec12a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipykernel/ipykernel-4.0.3.ebuild dev-python/ipykernel/ipykernel-4.1.1.ebuild dev-python/ipykernel/ipykernel-9999.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 274f0b8a29bae11323edc67b74b8f9768e1ec12a 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: c4ce34fd-a1a8-42c6-a673-5dc06c457575 X-Archives-Hash: 30c8e19626cb76bb3db447b097d05792 commit: 274f0b8a29bae11323edc67b74b8f9768e1ec12a Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:05:29 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:05:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=274f0b8a dev-python/ipykernel: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/ipykernel/ipykernel-4.0.3.ebuild | 1 + dev-python/ipykernel/ipykernel-4.1.1.ebuild | 1 + dev-python/ipykernel/ipykernel-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/ipykernel/ipykernel-4.0.3.ebuild b/dev-python/ipykernel/ipykernel-4.0.3.ebuild index f44668a..35af94f 100644 --- a/dev-python/ipykernel/ipykernel-4.0.3.ebuild +++ b/dev-python/ipykernel/ipykernel-4.0.3.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/ipykernel/ipykernel-4.1.1.ebuild b/dev-python/ipykernel/ipykernel-4.1.1.ebuild index 5bccd92..e8cf096 100644 --- a/dev-python/ipykernel/ipykernel-4.1.1.ebuild +++ b/dev-python/ipykernel/ipykernel-4.1.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/ipykernel/ipykernel-9999.ebuild b/dev-python/ipykernel/ipykernel-9999.ebuild index c1ab008..42dd936 100644 --- a/dev-python/ipykernel/ipykernel-9999.ebuild +++ b/dev-python/ipykernel/ipykernel-9999.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 git-r3