sys-block/seekwatcher: allow python-3.8
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 30 May 2020 12:45:24 +0000 (13:45 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 30 May 2020 12:45:24 +0000 (13:45 +0100)
Closes: https://bugs.gentoo.org/718526
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sys-block/seekwatcher/seekwatcher-0.13.ebuild

index 703af1b5aadd4f75eedd0399501187666923dff2..25386d9e874feb7ab06c42c0bd9bbf9a5f572476 100644 (file)
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1