diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-06-02 13:21:53 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-06-02 13:30:51 -0400 |
commit | 4aa2302bac9bc41c291bb67c7ab4dd6c3944d836 (patch) | |
tree | a7482481c01be207f153b967bb0ce9c98c7f1f47 /dev-python | |
parent | net-wireless/gr-osmosdr: drop old (diff) | |
download | gentoo-4aa2302bac9bc41c291bb67c7ab4dd6c3944d836.tar.gz gentoo-4aa2302bac9bc41c291bb67c7ab4dd6c3944d836.tar.bz2 gentoo-4aa2302bac9bc41c291bb67c7ab4dd6c3944d836.zip |
dev-python/shiboken2: python bump
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/shiboken2/shiboken2-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shiboken2/shiboken2-5.15.1.ebuild b/dev-python/shiboken2/shiboken2-5.15.1.ebuild index 19ac8483267b..d4a9c6996bca 100644 --- a/dev-python/shiboken2/shiboken2-5.15.1.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.1.ebuild @@ -12,7 +12,7 @@ EAPI=7 # "/usr/bin/shiboken2" at build time and "libshiboken2-*.so" at runtime. # TODO: Add PyPy once officially supported. See also: # https://bugreports.qt.io/browse/PYSIDE-535 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm python-r1 toolchain-funcs |