dev-python/random2: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 2 Dec 2019 21:18:44 +0000 (22:18 +0100)
committerAaron Bauman <bman@gentoo.org>
Wed, 4 Dec 2019 16:36:56 +0000 (11:36 -0500)
No test failure.

Closes: https://bugs.gentoo.org/701806
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/random2/random2-1.0.1-r1.ebuild

index 8062b634f9e9844bbcf9a1142720d1706a492fea..3abc43f15a37a7703f426e712a2ad7301fe66887 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+
+PYTHON_COMPAT=( python3_{5,6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Python-2.7 random module ported to python-3"