diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-02 21:48:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-03 23:37:11 +0100 |
commit | 4cf475ad1957e799704dffb92e1e17ea3218552e (patch) | |
tree | 8f17ffd619c2e6f9546b36373abe90f5bfeae625 /x11-misc | |
parent | net-im/yowsup: add python3.11 support (diff) | |
download | gentoo-4cf475ad1957e799704dffb92e1e17ea3218552e.tar.gz gentoo-4cf475ad1957e799704dffb92e1e17ea3218552e.tar.bz2 gentoo-4cf475ad1957e799704dffb92e1e17ea3218552e.zip |
x11-misc/mugshot: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/mugshot/mugshot-0.4.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild b/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild index 61fadeb0cba2..c9384816d429 100644 --- a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 gnome2-utils xdg-utils |