diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-02 17:42:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-02 17:47:04 +0200 |
commit | 7d4e219e6ff9adef0a2c8674c7ceae3ec009fed7 (patch) | |
tree | e5eb24bf5fbb94c085b57189e9807b6b69866550 /dev-python | |
parent | media-gfx/feh: Stabilize 3.9.1-r1 x86, #905463 (diff) | |
download | gentoo-7d4e219e6ff9adef0a2c8674c7ceae3ec009fed7.tar.gz gentoo-7d4e219e6ff9adef0a2c8674c7ceae3ec009fed7.tar.bz2 gentoo-7d4e219e6ff9adef0a2c8674c7ceae3ec009fed7.zip |
dev-python/python-poppler-qt5: enable py3.11
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-poppler-qt5/python-poppler-qt5-21.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-21.3.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-21.3.0.ebuild index 46afb94249a4..672c9ecf7060 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-21.3.0.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-21.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=sip -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) inherit distutils-r1 multiprocessing qmake-utils |