From: Andreas Sturmlechner Date: Mon, 2 Dec 2019 21:18:44 +0000 (+0100) Subject: dev-python/random2: python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7ef3de32e8fada73fb644f04703705b40e57f83b;p=gentoo.git 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 --- 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"