enteletaor: drop python2

This commit is contained in:
blshkv 2020-06-03 08:53:49 +08:00
parent 93d63cde2f
commit ae708e4849
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1