diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-10 17:49:59 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-10 17:51:55 -0400 |
commit | 9df2065a44e1b3c3cf94004d0e2ef0bd48543221 (patch) | |
tree | a4362d75309458e66a1b436d61e91209691375ef /x11-themes/adwaita-icon-theme | |
parent | dev-libs/libical: backport parsing regression fix; backport F_S=3 fix (diff) | |
download | gentoo-9df2065a44e1b3c3cf94004d0e2ef0bd48543221.tar.gz gentoo-9df2065a44e1b3c3cf94004d0e2ef0bd48543221.tar.bz2 gentoo-9df2065a44e1b3c3cf94004d0e2ef0bd48543221.zip |
x11-themes/adwaita-icon-theme: Add Python 3.11 compatibility
Closes: https://bugs.gentoo.org/862184
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/adwaita-icon-theme')
-rw-r--r-- | x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild index ae0367b097d5..877d8929628b 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 python-any-r1 |