diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-08-12 03:16:57 +0300 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-08-12 21:42:58 +0200 |
commit | fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77 (patch) | |
tree | 401f2b8e33b8ae804e232fd0f55886ec5343aba5 /sci-libs | |
parent | sci-libs/kineto: backport libfmt-11 build fix (diff) | |
download | gentoo-fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77.tar.gz gentoo-fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77.tar.bz2 gentoo-fdffdbae9bcdf81b3fed3ba46e6c7505707c0d77.zip |
sci-libs/kineto: disable py3.9
noop change
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38109
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/kineto/kineto-0.4.0_p20240525.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild index bf65eb454709..2c0e437f0197 100644 --- a/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild +++ b/sci-libs/kineto/kineto-0.4.0_p20240525.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 cmake prefix CommitId=be1317644c68b4bfc4646024a6b221066e430031 |