This commit is contained in:
blshkv 2021-02-07 15:57:45 +08:00
parent daf8634bce
commit 7c8587eddd
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -1,4 +1,4 @@
# Copyright 2019-2020 Gentoo Authors
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -35,7 +35,6 @@ PDEPEND=">=app-shells/bash-4.2
net-wireless/mdk
net-misc/dhcp
opencl? ( app-crypt/hashcat )
net-analyzer/dsniff
net-wireless/hostapd[wpe(+)]
net-wireless/reaver-wps-fork-t6x
net-wireless/bully
@ -68,3 +67,9 @@ src_install() {
insinto /etc
newins .airgeddonrc airgeddonrc
}
pkg_postinst() {
einfo "Upstream refused to replace dnisff and some functions are broken."
einfo "For more details, see the following URL:"
einfo "https://github.com/v1s1t0r1sh3r3/airgeddon/issues/422"
}