diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-25 23:05:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-25 22:23:25 +0000 |
commit | 2ee0936b1231f313e71b6a7ef2b32502c0709044 (patch) | |
tree | b1c687add3c30cdebe677c90e3eb0ba357a969a9 /app-forensics/volatility3 | |
parent | games-emulation/bsnes-jg: Add 1.1.1 + Remove 1.1.0 (diff) | |
download | gentoo-2ee0936b1231f313e71b6a7ef2b32502c0709044.tar.gz gentoo-2ee0936b1231f313e71b6a7ef2b32502c0709044.tar.bz2 gentoo-2ee0936b1231f313e71b6a7ef2b32502c0709044.zip |
app-forensics/volatility3: enable py3.11
Closes: https://bugs.gentoo.org/896544
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29797
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/volatility3')
-rw-r--r-- | app-forensics/volatility3/volatility3-2.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild index dfb5c4808326..77dd21bb52d0 100644 --- a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild +++ b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 MY_PV=${PV//_beta/-beta.} |