commit: 45c353d11d8356a7a522c1b0a9bc3c81728eb4f6 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 25 13:33:27 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 13:33:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c353d1
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 <dilfridge <AT> gentoo.org> app-text/krop/krop-0.5.1-r1.ebuild | 2 +- app-text/krop/krop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild index 3a3c251466e..e9619cb9db0 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 67c084e81c6..5dbe780b3d8 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
