diff options
author | Alexey Sokolov <sokolov@google.com> | 2016-04-05 23:27:57 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-05 18:44:11 -0400 |
commit | 2f3118b9c2f22a788681ddc4617e8ea608733833 (patch) | |
tree | d8b7a77fa065a79f22df37233a69e6fbd5e39118 /net-analyzer/scapy | |
parent | dev-python/netaddr: Add ~arm. (diff) | |
download | gentoo-2f3118b9c2f22a788681ddc4617e8ea608733833.tar.gz gentoo-2f3118b9c2f22a788681ddc4617e8ea608733833.tar.bz2 gentoo-2f3118b9c2f22a788681ddc4617e8ea608733833.zip |
net-analyzer/scapy: Add ~arm.
I successfully installed and used it on Raspberry Pi 3 board.
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild index d9bc94f6704b..acf3606f7b66 100644 --- a/net-analyzer/scapy/scapy-2.3.1.ebuild +++ b/net-analyzer/scapy/scapy-2.3.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://bb.secdev.org/${PN}/downloads/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay" RDEPEND=" |