summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-10 17:49:59 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-10 17:51:55 -0400
commit9df2065a44e1b3c3cf94004d0e2ef0bd48543221 (patch)
treea4362d75309458e66a1b436d61e91209691375ef
parentdev-libs/libical: backport parsing regression fix; backport F_S=3 fix (diff)
downloadgentoo-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>
-rw-r--r--x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild2
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