diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-01-01 11:25:26 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-01-01 11:26:03 +0100 |
commit | 0f56202eb57b2889775aa3fe4ad1eae88ee59a56 (patch) | |
tree | 935f5606c08736ce07012d16af952e7c3a1d0c95 /sci-libs | |
parent | dev-ruby/amq-protocol: enable ruby33 (diff) | |
download | gentoo-0f56202eb57b2889775aa3fe4ad1eae88ee59a56.tar.gz gentoo-0f56202eb57b2889775aa3fe4ad1eae88ee59a56.tar.bz2 gentoo-0f56202eb57b2889775aa3fe4ad1eae88ee59a56.zip |
sci-libs/NNPACK: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild (renamed from sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild index f5318ec8a18d..0a02ea5ce21e 100644 --- a/sci-libs/NNPACK/NNPACK-2020.12.22-r1.ebuild +++ b/sci-libs/NNPACK/NNPACK-2020.12.22-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit cmake python-any-r1 CommitId=c07e3a0400713d546e0dea2d5466dd22ea389c73 |