dev-python/ffmpeg-python: bump python compatibility

This commit is contained in:
XGQT 2020-04-20 23:46:17 +02:00
parent 1e44bb78f2
commit 15f76c7140
No known key found for this signature in database
GPG Key ID: 2089DEC77862433A
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1