dev-python/pyclipper: add python3_8 target

Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
neeshy
2020-03-25 15:36:49 -04:00
committed by Craig Andrews
parent 27b598fb3e
commit 6afdd5269f

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library"