mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
fern-wifi-cracker: fix python version
This commit is contained in:
parent
b45c1d57ca
commit
5afc1007e7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=6
|
||||
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
PYTHON_COMPAT=( python{2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-r1 desktop
|
||||
|
||||
DESCRIPTION="Wireless tool for WEP/WPA cracking and WPS keys recovery"
|
||||
|
|
|
|||
Loading…
Reference in a new issue