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 A07271382C5 for ; Sat, 17 Feb 2018 08:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED00CE09DA; Sat, 17 Feb 2018 08:50:38 +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 C749EE09DA for ; Sat, 17 Feb 2018 08:50:38 +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 24A94335C2E for ; Sat, 17 Feb 2018 08:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408E61C5 for ; Sat, 17 Feb 2018 08:50:35 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1518857433.76470f4848cadf95bd473e2f4f53946a16ba553d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/scapy-2.4.0_rc4.ebuild net-analyzer/scapy/scapy-9999.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 76470f4848cadf95bd473e2f4f53946a16ba553d X-VCS-Branch: master Date: Sat, 17 Feb 2018 08:50:35 +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: 2b37e06c-3532-417b-9fa4-d2bb4bcd2c5a X-Archives-Hash: 5746a696304e9ef6a10a90cf1d78c8a6 commit: 76470f4848cadf95bd473e2f4f53946a16ba553d Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 17 08:50:15 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 17 08:50:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76470f48 net-analyzer/scapy: Add dev-python/ipython to list of optional packages. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 1 + net-analyzer/scapy/scapy-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild index 7d578f7c086..3a3a23c415e 100644 --- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild @@ -21,6 +21,7 @@ Scapy has optional support for the following packages: dev-python/cryptography dev-python/gnuplot-py + dev-python/ipython dev-python/pyx dev-python/visual media-gfx/graphviz diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index fd432de87da..bb55114b838 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -21,6 +21,7 @@ Scapy has optional support for the following packages: dev-python/cryptography dev-python/gnuplot-py + dev-python/ipython dev-python/pyx dev-python/visual media-gfx/graphviz