From: Andreas K. Hüttel Date: Sat, 25 Apr 2020 13:33:27 +0000 (+0300) Subject: app-text/krop: Allow Python 3.7 and 3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45c353d11d8356a7a522c1b0a9bc3c81728eb4f6;p=gentoo.git app-text/krop: Allow Python 3.7 and 3.8 Closes: https://bugs.gentoo.org/718254 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild index 3a3c251466e4..e9619cb9db09 100644 --- a/app-text/krop/krop-0.5.1-r1.ebuild +++ b/app-text/krop/krop-0.5.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop distutils-r1 xdg-utils diff --git a/app-text/krop/krop-9999.ebuild b/app-text/krop/krop-9999.ebuild index 67c084e81c67..5dbe780b3d81 100644 --- a/app-text/krop/krop-9999.ebuild +++ b/app-text/krop/krop-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop distutils-r1 xdg-utils