dev-python/booleanOperations: 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:48 -04:00
committed by Craig Andrews
parent 140b541160
commit 38077ecac4

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Boolean operations on paths"