app-portage/mirrorselect: python3_8

Closes: 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:52 +01:00
committed by Zac Medico
parent affeea2a02
commit 83cba265c1
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{5,6,7,8} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 prefix

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{5,6,7,8} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1 git-r3 prefix