From 9a219dfeff21edb37396fa3de6b0c9b57c81ba2f Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 11 Mar 2020 11:59:05 +0300 Subject: [PATCH] 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 --- x11-misc/dex/dex-0.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2