diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2020-06-03 11:27:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-10 17:24:41 +0300 |
commit | 7f5372cb31671675611aae3c8e22d00d1deee0cc (patch) | |
tree | 5c679df5a0bbdfd5e2fe015fff283600cd6ceea7 /dev-libs/hyperscan | |
parent | dev-libs/hyperscan: bump to 5.3.0 (diff) | |
download | gentoo-7f5372cb31671675611aae3c8e22d00d1deee0cc.tar.gz gentoo-7f5372cb31671675611aae3c8e22d00d1deee0cc.tar.bz2 gentoo-7f5372cb31671675611aae3c8e22d00d1deee0cc.zip |
dev-libs/hyperscan: port to py39
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/15681
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan')
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.3.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild b/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild index 1f23a817dcbc..6cfd5c07a2ef 100644 --- a/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake flag-o-matic python-any-r1 diff --git a/dev-libs/hyperscan/hyperscan-5.3.0.ebuild b/dev-libs/hyperscan/hyperscan-5.3.0.ebuild index 6e01c2f6c6b3..2b2917b71023 100644 --- a/dev-libs/hyperscan/hyperscan-5.3.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake flag-o-matic python-any-r1 |