mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 23:31:00 +02:00
correcting some python3.6 stuff by just not needing it
This commit is contained in:
parent
9840822a6b
commit
7eadf49c2f
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="java pentoo-extra pentoo-full"
|
||||
IUSE="java pentoo-extra pentoo-full python_targets_python3_6"
|
||||
|
||||
PDEPEND="
|
||||
app-exploits/deathstar
|
||||
app-exploits/empire
|
||||
app-exploits/pypykatz
|
||||
!python_targets_python3_6? ( app-exploits/pypykatz )
|
||||
app-exploits/webshells
|
||||
net-analyzer/responder
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue