diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-12-11 14:34:04 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-12-11 14:40:33 -0800 |
commit | 08bb572b23a6e6f1e6841f24c0325df3d2bf90d1 (patch) | |
tree | 2aabb20728fb9295302759e944aac63ca22e232a /dev-python | |
parent | media-video/m2vrequantizer: fixed dead mirror://vdrfiles (diff) | |
download | gentoo-08bb572b23a6e6f1e6841f24c0325df3d2bf90d1.tar.gz gentoo-08bb572b23a6e6f1e6841f24c0325df3d2bf90d1.tar.bz2 gentoo-08bb572b23a6e6f1e6841f24c0325df3d2bf90d1.zip |
dev-python/prettytable-0.7.2-r1: Add python3_8
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild index 9ccf859affe2..936bb50484ba 100644 --- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild +++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild @@ -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 )" |