From 7ef3de32e8fada73fb644f04703705b40e57f83b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 2 Dec 2019 22:18:44 +0100 Subject: [PATCH] dev-python/random2: python3_8 No test failure. Closes: https://bugs.gentoo.org/701806 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner Signed-off-by: Aaron Bauman --- dev-python/random2/random2-1.0.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/random2/random2-1.0.1-r1.ebuild b/dev-python/random2/random2-1.0.1-r1.ebuild index 8062b634f9e9..3abc43f15a37 100644 --- a/dev-python/random2/random2-1.0.1-r1.ebuild +++ b/dev-python/random2/random2-1.0.1-r1.ebuild @@ -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" -- 2.26.2