app-text/krop: Allow Python 3.7 and 3.8
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 25 Apr 2020 13:33:27 +0000 (16:33 +0300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 25 Apr 2020 13:33:27 +0000 (16:33 +0300)
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>
app-text/krop/krop-0.5.1-r1.ebuild
app-text/krop/krop-9999.ebuild

index 3a3c251466e480e54cb98cedefb53403a0686068..e9619cb9db09e51da499f47abe44cfc99dfd2fe1 100644 (file)
@@ -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
 
index 67c084e81c676780b3cc6ae97ee41b558953d8fa..5dbe780b3d81f85f9d7a424e8e0a7d464eba69fd 100644 (file)
@@ -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