commit: 3acf9505d36d41b169abaacffbe759acb8b5a0d5
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 17:26:00 2020 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 17:26:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acf9505
app-portage/portpeek: Add python3_9 support
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
app-portage/portpeek/portpeek-3.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/portpeek/portpeek-3.1.5.ebuild
b/app-portage/portpeek/portpeek-3.1.5.ebuild
index 9b066f88924..bff81b06ffc 100644
--- a/app-portage/portpeek/portpeek-3.1.5.ebuild
+++ b/app-portage/portpeek/portpeek-3.1.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit python-r1