diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:48 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:36 -0400 |
commit | 38077ecac412a2721ca0948290cb319ea726d6a1 (patch) | |
tree | b885906a246a7ed126be955d623374beb80a1e78 /dev-python/booleanOperations | |
parent | dev-libs/libclc: add python3_8 target (diff) | |
download | gentoo-38077ecac412a2721ca0948290cb319ea726d6a1.tar.gz gentoo-38077ecac412a2721ca0948290cb319ea726d6a1.tar.bz2 gentoo-38077ecac412a2721ca0948290cb319ea726d6a1.zip |
dev-python/booleanOperations: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/booleanOperations')
-rw-r--r-- | dev-python/booleanOperations/booleanOperations-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild index 8d822fcc4105..6d1187e16e93 100644 --- a/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild +++ b/dev-python/booleanOperations/booleanOperations-0.9.0.ebuild @@ -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" |