dirhunt update and removing non-working python 2.7 support

This commit is contained in:
Guido Kroon 2018-09-04 21:22:30 +02:00
parent 661b55c848
commit e92ea39d87
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0

View file

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
EGO_PN=github.com/Nekmo/${PN}
inherit distutils-r1