mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-misc/dpibreak: fix dependencies in 0.1.1
* Add runtime dependency for iptables/nftables. * Add build-time dependency for libnetfilter_queue/libnfnetlink Signed-off-by: Hee-Suk Kim <hskimse1@gmail.com>
This commit is contained in:
@@ -96,6 +96,15 @@ LICENSE+=" LGPL-3+ MIT Unicode-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
|| ( net-firewall/nftables net-firewall/iptables )
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
net-libs/libnetfilter_queue
|
||||
net-libs/libnfnetlink
|
||||
"
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
doman dpibreak.1
|
||||
|
||||
Reference in New Issue
Block a user