wifi-pumpkin: fix typos

This commit is contained in:
blshkv 2017-05-18 19:12:00 +08:00
parent 97e5abb7da
commit f3d87f5001
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
3 changed files with 6 additions and 7 deletions

View file

@ -1,10 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
MY_P=${P/_p/-}
inherit distutils-r1 eutils
@ -13,7 +12,6 @@ DESCRIPTION="Module to read and work with Portable Executable (PE) files"
HOMEPAGE="https://github.com/erocarrera/pefile"
SRC_URI="https://github.com/erocarrera/pefile/files/192316/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"

View file

@ -23,7 +23,6 @@ RDEPEND="${PYTHON_DEPS}
net-wireless/rfkill
dev-python/PyQt4[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}]
net-analyzer/scapy[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/python-nmap[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
@ -42,7 +41,8 @@ RDEPEND="${PYTHON_DEPS}
dev-python/hyperframe[${PYTHON_USEDEP}]
dev-python/h2[${PYTHON_USEDEP}]
=net-proxy/mitmproxy-0.11*[${PYTHON_USEDEP}]
dev-python/scapy_http[${PYTHON_USEDEP}]
virtual/python-scapy[${PYTHON_USEDEP}]
dev-python/scapy-http[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}]
plugins? ( net-dns/dnsmasq

View file

@ -12,4 +12,5 @@ net-wireless/wpa_supplicant ap eap-sim uncommon-eap-types tdls p2p wps
net-wireless/soapysdr bladerf hackrf rtlsdr uhd
~net-wireless/wifi-pumpkin-0.8.5 -python_targets_python3_4 -python_targets_python3_5
dev-python/scapy_http -python_targets_python3_4 -python_targets_python3_5
dev-python/scapy-http -python_targets_python3_4 -python_targets_python3_5
virtual/python-scapy -python_targets_python3_4 -python_targets_python3_5