pentoo-footprint: temporarily drop theHarvester due to impossible deps

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-12-05 22:18:24 -05:00
parent 54c8507685
commit 5ddaa78937
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,6 +11,8 @@ LICENSE="GPL-3"
KEYWORDS="amd64 ~arm x86"
IUSE="pentoo-full"
# requires uvloop which needs old cython
#!x86? ( net-analyzer/theHarvester )
PDEPEND="
net-analyzer/whatweb
net-analyzer/wafw00f
@ -25,7 +27,6 @@ PDEPEND="
net-analyzer/p0f
net-analyzer/scanssh
net-analyzer/siphon
!x86? ( net-analyzer/theHarvester )
net-analyzer/wfuzz
net-analyzer/xprobe
)"