diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 17:41:52 +0100 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-11-30 11:31:25 -0800 |
commit | 83cba265c1df1a4eded315d221414e530e70136b (patch) | |
tree | 78b82a6574837538ec22832d29ff4dbdeb060acc /app-portage | |
parent | dev-python/ssl-fetch: python3_8 (diff) | |
download | gentoo-83cba265c1df1a4eded315d221414e530e70136b.tar.gz gentoo-83cba265c1df1a4eded315d221414e530e70136b.tar.bz2 gentoo-83cba265c1df1a4eded315d221414e530e70136b.zip |
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>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild | 2 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild index 22fdd516033e..afad92c6beb9 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild @@ -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 diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index de12fd9a5ea9..18cf8ef6a6c1 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -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 |