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 CF86B1396D0 for ; Sat, 19 Aug 2017 22:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CE1EE0E86; Sat, 19 Aug 2017 22:40:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA300E0E7A for ; Sat, 19 Aug 2017 22:39:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A75113419D3 for ; Sat, 19 Aug 2017 22:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E3B7BA6 for ; Sat, 19 Aug 2017 22:39:57 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1503182138.5f7eccc0f7dadb99aa314cfb7112a350e8893239.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-6.1.0.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 5f7eccc0f7dadb99aa314cfb7112a350e8893239 X-VCS-Branch: master Date: Sat, 19 Aug 2017 22:39:57 +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: 473bd08b-ffe2-4a56-bca7-595f9c5754c7 X-Archives-Hash: 5107f691f747e9eeb2abb86704284e66 commit: 5f7eccc0f7dadb99aa314cfb7112a350e8893239 Author: Sébastien Fabbro gentoo org> AuthorDate: Sat Aug 19 22:35:38 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sat Aug 19 22:35:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7eccc0 dev-python/ipython: unset smp as default to ease circular deps on ipyparallel Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-python/ipython/ipython-6.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-6.1.0.ebuild b/dev-python/ipython/ipython-6.1.0.ebuild index 612a99813dc..196f37a3dd7 100644 --- a/dev-python/ipython/ipython-6.1.0.ebuild +++ b/dev-python/ipython/ipython-6.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test" +IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 smp test" CDEPEND=" dev-python/decorator[${PYTHON_USEDEP}]