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 | a38f866389f6b65583dfbe4e578645bb23e179d5 (patch) | |
tree | f01497b9e2edeb361bada7d4bca5e06916aca461 /dev-python/defcon | |
parent | dev-python/booleanOperations: add python3_8 target (diff) | |
download | gentoo-a38f866389f6b65583dfbe4e578645bb23e179d5.tar.gz gentoo-a38f866389f6b65583dfbe4e578645bb23e179d5.tar.bz2 gentoo-a38f866389f6b65583dfbe4e578645bb23e179d5.zip |
dev-python/defcon: 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/defcon')
-rw-r--r-- | dev-python/defcon/defcon-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defcon/defcon-0.6.0-r1.ebuild b/dev-python/defcon/defcon-0.6.0-r1.ebuild index 61979f96a84d..9d7deff618ea 100644 --- a/dev-python/defcon/defcon-0.6.0-r1.ebuild +++ b/dev-python/defcon/defcon-0.6.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A set of UFO based objects for use in font editing applications" |