# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Pentoo forging meta ebuild"
HOMEPAGE="https://www.pentoo.org"

SLOT="0"
LICENSE="GPL-3"
IUSE="pentoo-extra pentoo-full"
KEYWORDS="~amd64 ~arm ~x86"

PDEPEND="
	net-analyzer/hping
	net-analyzer/macchanger
	pentoo-full? (
		net-analyzer/fragroute
		net-analyzer/hyenae
		net-misc/ipsorcery
	)
	pentoo-extra? (
		net-analyzer/gspoof
		net-analyzer/isic
		net-analyzer/packit
		net-analyzer/rain
	)
"