From: Sergey Popov Date: Wed, 11 Mar 2020 08:59:05 +0000 (+0300) Subject: x11-misc/dex: bump EAPI to 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a219dfeff21edb37396fa3de6b0c9b57c81ba2f;p=gentoo.git x11-misc/dex: bump EAPI to 7 Add compatibility with Python 3.7 and 3.8 Reported-by: David Seifert Closes: https://bugs.gentoo.org/702452 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergey Popov --- diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild index 5a6949640992..16346ce8b262 100644 --- a/x11-misc/dex/dex-0.8.0.ebuild +++ b/x11-misc/dex/dex-0.8.0.ebuild @@ -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