dev-python/ssl-fetch: python3_8

Bug: https://bugs.gentoo.org/701596
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-11-30 17:41:45 +01:00
committed by Zac Medico
parent 7e6a1ded63
commit affeea2a02
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit distutils-r1

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
EGIT_BRANCH="master"