mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
ipv6toolkit: ipv6 is always enabled in the latest libpcap
This commit is contained in:
parent
e3a10d85d6
commit
4718e4ea6f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/libpcap[ipv6]"
|
||||
DEPEND="|| ( net-libs/libpcap[ipv6] >=net-libs/libpcap-1.8.0 )"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-apps/hwids"
|
||||
|
||||
Loading…
Reference in a new issue