diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-02 17:43:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-02 17:47:08 +0200 |
commit | 1d3b07bbdcd3457e22674765e672b36c04d3e9dc (patch) | |
tree | 2547ecb572a61572f4b778895c8595f0b5711d41 /app-text/krop | |
parent | dev-python/python-poppler-qt5: enable py3.11 (diff) | |
download | gentoo-1d3b07bbdcd3457e22674765e672b36c04d3e9dc.tar.gz gentoo-1d3b07bbdcd3457e22674765e672b36c04d3e9dc.tar.bz2 gentoo-1d3b07bbdcd3457e22674765e672b36c04d3e9dc.zip |
app-text/krop: enable py3.11
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.6.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/krop/krop-0.6.0-r2.ebuild b/app-text/krop/krop-0.6.0-r2.ebuild index 830a5e54f24d..4fffcf8b2678 100644 --- a/app-text/krop/krop-0.6.0-r2.ebuild +++ b/app-text/krop/krop-0.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9,10,11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit desktop distutils-r1 xdg-utils |