x11-misc/dex: bump EAPI to 7
authorSergey Popov <pinkbyte@gentoo.org>
Wed, 11 Mar 2020 08:59:05 +0000 (11:59 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Wed, 11 Mar 2020 08:59:33 +0000 (11:59 +0300)
Add compatibility with Python 3.7 and 3.8

Reported-by: David Seifert <soap@gentoo.org>
Closes: https://bugs.gentoo.org/702452
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
x11-misc/dex/dex-0.8.0.ebuild

index 5a6949640992c29d86c3c95ced77097d94920e4d..16346ce8b2621f967aa53beca0570f690c9d620c 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit python-r1