diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-23 18:00:27 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:42 -0400 |
commit | 5f5570f7c45043ba40e9fc52518c829fc7e32aaf (patch) | |
tree | be83129c022f0300c84d8df1ec9c32483171186d /dev-python/fonttools | |
parent | sys-process/htop: add python3_8 target (diff) | |
download | gentoo-5f5570f7c45043ba40e9fc52518c829fc7e32aaf.tar.gz gentoo-5f5570f7c45043ba40e9fc52518c829fc7e32aaf.tar.bz2 gentoo-5f5570f7c45043ba40e9fc52518c829fc7e32aaf.zip |
dev-python/fonttools: 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/fonttools')
-rw-r--r-- | dev-python/fonttools/fonttools-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fonttools/fonttools-4.1.0.ebuild b/dev-python/fonttools/fonttools-4.1.0.ebuild index 33b48da230cf..f15fbef58011 100644 --- a/dev-python/fonttools/fonttools-4.1.0.ebuild +++ b/dev-python/fonttools/fonttools-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 virtualx |