mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
27 lines
523 B
Bash
27 lines
523 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="Pentoo forging meta ebuild"
|
|
HOMEPAGE="http://www.pentoo.ch"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-3"
|
|
IUSE="pentoo-extra pentoo-full"
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
PDEPEND="
|
|
net-analyzer/hping
|
|
net-analyzer/macchanger
|
|
pentoo-extra? (
|
|
net-analyzer/gspoof
|
|
net-analyzer/isic
|
|
net-analyzer/packit
|
|
net-analyzer/rain
|
|
)
|
|
pentoo-full? (
|
|
net-analyzer/fragroute
|
|
net-analyzer/hyenae
|
|
net-misc/ipsorcery
|
|
)"
|