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 97F57139694 for ; Fri, 28 Jul 2017 21:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B76E21FC07B; Fri, 28 Jul 2017 21:56:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D77E1FC07B for ; Fri, 28 Jul 2017 21:56:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 35D5C341A12 for ; Fri, 28 Jul 2017 21:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E8AF73FF for ; Fri, 28 Jul 2017 21:56:25 +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: <1501278121.a80a6cdd2fdf70bffab0411a6bac63039919d22a.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-5.4.1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: a80a6cdd2fdf70bffab0411a6bac63039919d22a X-VCS-Branch: master Date: Fri, 28 Jul 2017 21:56:25 +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: 08d21e4c-8333-45b4-9be2-2d645b753a27 X-Archives-Hash: c73a990f753d7ca643df5675b24dd807 commit: a80a6cdd2fdf70bffab0411a6bac63039919d22a Author: Sébastien Fabbro gentoo org> AuthorDate: Fri Jul 28 21:07:29 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Jul 28 21:42:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80a6cdd dev-python/ipython: added sphinxcontrib_websupport dependency for documentation Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/ipython/ipython-5.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild index 04565eb60a5..5dedf5e9ea2 100644 --- a/dev-python/ipython/ipython-5.4.1.ebuild +++ b/dev-python/ipython/ipython-5.4.1.ebuild @@ -53,6 +53,7 @@ DEPEND="${CDEPEND} doc? ( dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] )" PDEPEND="