mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
|| ( net-firewall/nftables net-firewall/iptables )
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
net-libs/libnetfilter_queue
|
||||||
|
net-libs/libnfnetlink
|
||||||
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install
|
cargo_src_install
|
||||||
doman dpibreak.1
|
doman dpibreak.1
|
||||||
|
|||||||
Reference in New Issue
Block a user