app-portage/smart-live-rebuild: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Thu, 5 Dec 2019 19:16:14 +0000 (14:16 -0500)
committerCraig Andrews <candrews@gentoo.org>
Thu, 5 Dec 2019 20:58:41 +0000 (15:58 -0500)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Craig Andrews <candrews@gentoo.org>
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index bcef4feef671c8833b69fd7ca2aa160f90e58aa8..85ebbd16dc554066c5a60aa370e1d60075ffc10a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
 
 inherit distutils-r1
 
index 98ecad4c248443148e9bdddd433b3f217c8d21b7..c2775c920f60b7f10ee9e7c2b676c915ddcd3846 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
 
 EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
 inherit distutils-r1 git-r3