mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 23:31:00 +02:00
bettercap: fix deps
This commit is contained in:
parent
7bd55f5da9
commit
f9ce06bff1
1 changed files with 4 additions and 2 deletions
|
|
@ -56,8 +56,10 @@ KEYWORDS="~amd64 ~arm ~arm64"
|
|||
# dev-go/go-net
|
||||
# "
|
||||
|
||||
RDEPEND="net-libs/libpcap
|
||||
net-libs/libnetfilter_queue"
|
||||
DEPEND="net-libs/libpcap
|
||||
net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
dosbin bettercap
|
||||
Loading…
Reference in a new issue