commit:     92bfa8518e8e27e65e6a73d47476af552bd85d95
Author:     Keri Harris <keri <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 10:06:59 2021 +0000
Commit:     Keri Harris <keri <AT> gentoo <DOT> org>
CommitDate: Mon May 24 10:07:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bfa851

dev-lang/yap: support Python 3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Keri Harris <keri <AT> gentoo.org>

 dev-lang/yap/yap-6.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
index f45b3f336d3..133d8dde2c3 100644
--- a/dev-lang/yap/yap-6.3.4.ebuild
+++ b/dev-lang/yap/yap-6.3.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 MY_P=YAP-${PV}
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit cmake flag-o-matic python-r1
 

Reply via email to