mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
opensnitch: pkgcheck fix
This commit is contained in:
parent
fda74eaec0
commit
e4527a00c4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,9 +17,9 @@ SRC_URI="
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
IUSE="+audit bpf +iptables +nftables systemd"
|
IUSE="+audit bpf +iptables +nftables systemd"
|
||||||
REQUIRED_USE="|| ( iptables nftables )"
|
REQUIRED_USE="|| ( iptables nftables )"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-1.19
|
DEPEND=">=dev-lang/go-1.19
|
||||||
net-libs/libnetfilter_queue
|
net-libs/libnetfilter_queue
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue