diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-07-31 16:18:13 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-10 10:05:37 +0300 |
commit | e7cd048ef00fb80bed982a0c39f3da5405414ec7 (patch) | |
tree | d4d145530daf71d305621d5a4ccc09f94ec45ce0 /app-forensics | |
parent | app-forensics/yara-x: add 0.6.0 (diff) | |
download | gentoo-e7cd048ef00fb80bed982a0c39f3da5405414ec7.tar.gz gentoo-e7cd048ef00fb80bed982a0c39f3da5405414ec7.tar.bz2 gentoo-e7cd048ef00fb80bed982a0c39f3da5405414ec7.zip |
app-forensics/yara-x: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37881
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yara-x/yara-x-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/yara-x/yara-x-0.6.0.ebuild b/app-forensics/yara-x/yara-x-0.6.0.ebuild index 41a7cccbf509..bca3d88152a2 100644 --- a/app-forensics/yara-x/yara-x-0.6.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.6.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CRATES=" addr2line@0.21.0 |