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 341071388C1 for ; Wed, 11 Nov 2015 17:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 874F821C093; Wed, 11 Nov 2015 17:12:12 +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 9FA4D21C09F for ; Wed, 11 Nov 2015 17:12:11 +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 E26F7340634 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 EAA582407 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: <1447261819.f9697d2db7be2c3f61b821e972b86c97f57e5832.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/notebook-4.0.4-r3.ebuild dev-python/notebook/notebook-4.0.6.ebuild dev-python/notebook/notebook-9999.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f9697d2db7be2c3f61b821e972b86c97f57e5832 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: 809085d8-6eee-4732-855a-86cf6aafe43b X-Archives-Hash: 1edce47d9e404075915cd1522eaf139f commit: f9697d2db7be2c3f61b821e972b86c97f57e5832 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:10:19 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:10:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9697d2d dev-python/notebook: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/notebook/notebook-4.0.4-r3.ebuild | 1 + dev-python/notebook/notebook-4.0.6.ebuild | 1 + dev-python/notebook/notebook-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/notebook/notebook-4.0.4-r3.ebuild b/dev-python/notebook/notebook-4.0.4-r3.ebuild index 2c00bf7..45820ba 100644 --- a/dev-python/notebook/notebook-4.0.4-r3.ebuild +++ b/dev-python/notebook/notebook-4.0.4-r3.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/notebook/notebook-4.0.6.ebuild b/dev-python/notebook/notebook-4.0.6.ebuild index 242587a..d53ade7 100644 --- a/dev-python/notebook/notebook-4.0.6.ebuild +++ b/dev-python/notebook/notebook-4.0.6.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/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index cac1dd7..2dc12a4 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-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