diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-04-26 23:02:46 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-04-26 23:07:02 +0100 |
commit | 4db701bbd41079b5b6d7c15e1d1c77682eb04669 (patch) | |
tree | f2e77ced51ff38d1d9dd97db09fe7dc1cb19013d /dev-libs | |
parent | dev-libs/weston: Drop unused seatd USE flag description (diff) | |
download | gentoo-4db701bbd41079b5b6d7c15e1d1c77682eb04669.tar.gz gentoo-4db701bbd41079b5b6d7c15e1d1c77682eb04669.tar.bz2 gentoo-4db701bbd41079b5b6d7c15e1d1c77682eb04669.zip |
dev-libs/weston: Drop obsolete Python 3.9
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/weston/weston-13.0.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/weston/weston-13.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/weston/weston-13.0.0-r2.ebuild b/dev-libs/weston/weston-13.0.0-r2.ebuild index 5cbd993aa607..e7b796fe2341 100644 --- a/dev-libs/weston/weston-13.0.0-r2.ebuild +++ b/dev-libs/weston/weston-13.0.0-r2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" diff --git a/dev-libs/weston/weston-13.0.1.ebuild b/dev-libs/weston/weston-13.0.1.ebuild index 002b836d7566..40b3bd77eef2 100644 --- a/dev-libs/weston/weston-13.0.1.ebuild +++ b/dev-libs/weston/weston-13.0.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then EXPERIMENTAL="true" fi -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 002b836d7566..40b3bd77eef2 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_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS} DESCRIPTION="Wayland reference compositor" |