dev-python/prettytable-0.7.2-r1: Add python3_8
authorPatrick McLean <patrick.mclean@sony.com>
Wed, 11 Dec 2019 22:34:04 +0000 (14:34 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 11 Dec 2019 22:40:33 +0000 (14:40 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/prettytable/prettytable-0.7.2-r1.ebuild

index 9ccf859affe29856a2314cf0820a6e0dcb99880a..936bb50484ba6d82bf4963b81bbf01709639edc8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"