summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-04-25 16:33:27 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-04-25 16:33:27 +0300
commit45c353d11d8356a7a522c1b0a9bc3c81728eb4f6 (patch)
tree6a2a50a9ab69cdf085d53a74d78f29ac68a4bb5e
parentmedia-gfx/inkscape: Fix build against glibmm-2.62, bug 715394 (diff)
downloadgentoo-45c353d11d8356a7a522c1b0a9bc3c81728eb4f6.tar.gz
gentoo-45c353d11d8356a7a522c1b0a9bc3c81728eb4f6.tar.bz2
gentoo-45c353d11d8356a7a522c1b0a9bc3c81728eb4f6.zip
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@gentoo.org>
-rw-r--r--app-text/krop/krop-0.5.1-r1.ebuild2
-rw-r--r--app-text/krop/krop-9999.ebuild2
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 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