diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:12:30 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:47 +0200 |
commit | a932c3340ae87583c64f10b4c1a6afc28096ef73 (patch) | |
tree | eec24555fbe251b6a213f9db6b890f2fc913f8dd /x11-misc | |
parent | dev-python/python-distutils-extra: add python3.10 support (diff) | |
download | gentoo-a932c3340ae87583c64f10b4c1a6afc28096ef73.tar.gz gentoo-a932c3340ae87583c64f10b4c1a6afc28096ef73.tar.bz2 gentoo-a932c3340ae87583c64f10b4c1a6afc28096ef73.zip |
x11-misc/mugshot: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/mugshot/mugshot-0.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/mugshot/mugshot-0.4.3.ebuild b/x11-misc/mugshot/mugshot-0.4.3.ebuild index 2504ff5e3d9d..1b7d2a746548 100644 --- a/x11-misc/mugshot/mugshot-0.4.3.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS="no" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 gnome2-utils xdg-utils |