diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 22:18:44 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-04 11:36:56 -0500 |
commit | 7ef3de32e8fada73fb644f04703705b40e57f83b (patch) | |
tree | 56e355844c4576f77d69222d4348502e85106fbb /dev-python | |
parent | dev-util/itstool: python3_8 (diff) | |
download | gentoo-7ef3de32e8fada73fb644f04703705b40e57f83b.tar.gz gentoo-7ef3de32e8fada73fb644f04703705b40e57f83b.tar.bz2 gentoo-7ef3de32e8fada73fb644f04703705b40e57f83b.zip |
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 <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/random2/random2-1.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |