summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-06 23:35:26 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-09-06 23:37:11 +0100
commite0745df2e2e9632687063770625c43572b5c7829 (patch)
tree73edf787446980c9696fd8471ef63d4fee49664f /dev-libs/weston
parentdev-libs/weston: Drop dev-python/setuptools dependency (diff)
downloadgentoo-e0745df2e2e9632687063770625c43572b5c7829.tar.gz
gentoo-e0745df2e2e9632687063770625c43572b5c7829.tar.bz2
gentoo-e0745df2e2e9632687063770625c43572b5c7829.zip
dev-libs/weston: Bump PYTHON_COMPAT for Python 3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r--dev-libs/weston/weston-14.0.0.ebuild2
-rw-r--r--dev-libs/weston/weston-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-14.0.0.ebuild b/dev-libs/weston/weston-14.0.0.ebuild
index bbe4e83573e2..8ec8a16498ea 100644
--- a/dev-libs/weston/weston-14.0.0.ebuild
+++ b/dev-libs/weston/weston-14.0.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
EXPERIMENTAL="true"
fi
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
DESCRIPTION="Wayland reference compositor"
diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
index 6a0054d3d0b3..d64755bcdb23 100644
--- a/dev-libs/weston/weston-9999.ebuild
+++ b/dev-libs/weston/weston-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
EXPERIMENTAL="true"
fi
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
DESCRIPTION="Wayland reference compositor"