mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
profile: get dnspython tools back
This commit is contained in:
parent
03cb105e04
commit
66fd2c0ed6
2 changed files with 5 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -13,6 +13,7 @@ IUSE="ipv6 java gnome minipentoo ldap"
|
|||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
net-analyzer/dnsrecon
|
||||
net-analyzer/netcat6
|
||||
net-analyzer/net-snmp
|
||||
net-analyzer/scapy
|
||||
|
|
@ -50,8 +51,5 @@ RDEPEND="${DEPEND}
|
|||
net-misc/socat
|
||||
)"
|
||||
|
||||
# dep on dnspython causes dep failure
|
||||
# net-analyzer/dnsrecon
|
||||
|
||||
# net-nds/lat depends on mono
|
||||
# net-analyzer/driftnet
|
||||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Pentoo footprint meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -20,6 +19,7 @@ RDEPEND="${DEPEND}
|
|||
!minipentoo? (
|
||||
net-analyzer/amap
|
||||
net-analyzer/blindelephant
|
||||
net-analyzer/fierce
|
||||
net-analyzer/geoedge
|
||||
net-analyzer/metagoofil
|
||||
net-analyzer/ntp-fingerprint
|
||||
|
|
@ -32,6 +32,3 @@ RDEPEND="${DEPEND}
|
|||
net-analyzer/wfuzz
|
||||
net-analyzer/xprobe
|
||||
)"
|
||||
|
||||
# dep on dnspython causes dep failure
|
||||
# net-analyzer/fierce
|
||||
Loading…
Reference in a new issue