summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-05-07 10:44:42 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-05-07 10:44:42 -0700
commite8e81e0ec58049a50af7abf4f34257b67f41175b (patch)
treee056266a313bbeb499a6e7260dacd344321c233d
parentnet-misc/proxytunnel: Cleanup old version (diff)
downloadgentoo-e8e81e0e.tar.gz
gentoo-e8e81e0e.tar.bz2
gentoo-e8e81e0e.zip
dev-python/crcmod-1.7-r3: Add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-python/crcmod/crcmod-1.7-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crcmod/crcmod-1.7-r3.ebuild b/dev-python/crcmod/crcmod-1.7-r3.ebuild
index af96510f77eb..71ac5d371a26 100644
--- a/dev-python/crcmod/crcmod-1.7-r3.ebuild
+++ b/dev-python/crcmod/crcmod-1.7-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1