commit: f3cac142d040f04626d341863eaf2fefb70b6ac3
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 12:36:55 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 13:19:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3cac142
sci-libs/tensorflow-estimator: Add python3_9
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild
b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild
index 770a8a61429..913bf9e0bcc 100644
--- a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild
+++ b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
MY_PN="estimator"
MY_PV=${PV/_rc/-rc}
MY_P=${MY_PN}-${MY_PV}