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 0140F138334 for ; Tue, 20 Nov 2018 13:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A56E091C; Tue, 20 Nov 2018 13:47:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C1267E091C for ; Tue, 20 Nov 2018 13:47:26 +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 EF0FA335C08 for ; Tue, 20 Nov 2018 13:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515FD44F for ; Tue, 20 Nov 2018 13:47:22 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1542721431.20828f1f2f34eac38b4806f7db9adb6ecad70399.sbraz@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-r1.ebuild dev-python/ipython/ipython-6.1.0-r2.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 20828f1f2f34eac38b4806f7db9adb6ecad70399 X-VCS-Branch: master Date: Tue, 20 Nov 2018 13:47:22 +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: d91abe8d-bb11-4d20-85da-6f0fc7220323 X-Archives-Hash: 9f427f8a9ede9659eafa494737dae617 commit: 20828f1f2f34eac38b4806f7db9adb6ecad70399 Author: Louis Sautier gentoo org> AuthorDate: Tue Nov 20 13:43:51 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Nov 20 13:43:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20828f1f dev-python/ipython: also enforce prompt_toolkit-2 dep. for 6.1.0 Bug: https://bugs.gentoo.org/669926 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Louis Sautier gentoo.org> .../ipython/{ipython-6.1.0-r1.ebuild => ipython-6.1.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-6.1.0-r1.ebuild b/dev-python/ipython/ipython-6.1.0-r2.ebuild similarity index 97% rename from dev-python/ipython/ipython-6.1.0-r1.ebuild rename to dev-python/ipython/ipython-6.1.0-r2.ebuild index d89e54743ec..cf2d06ab049 100644 --- a/dev-python/ipython/ipython-6.1.0-r1.ebuild +++ b/dev-python/ipython/ipython-6.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ CDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}] +