diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-02-03 12:53:11 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-05 21:03:18 +0200 |
commit | 40fddaea1a0329095468d66fafde1babcbc16ce8 (patch) | |
tree | 5c552a7860a3a1e38efd70b759d4aeb1701e685f /dev-libs/hyperscan | |
parent | sys-kernel/vanilla-sources: Linux patch updates (diff) | |
download | gentoo-40fddaea1a0329095468d66fafde1babcbc16ce8.tar.gz gentoo-40fddaea1a0329095468d66fafde1babcbc16ce8.tar.bz2 gentoo-40fddaea1a0329095468d66fafde1babcbc16ce8.zip |
dev-libs/hyperscan: enable py3.10
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/24066
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan')
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild index 9e3f43300d71..1f26f29e501e 100644 --- a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake flag-o-matic python-any-r1 |