commit: a9cd423e1f47a61de2f461b4dcd20946f3866573
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 17:17:01 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 17:17:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cd423e
dev-libs/weston: Stabilize 14.0.2-r1 arm, #967409
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/weston/weston-14.0.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/weston/weston-14.0.2-r1.ebuild
b/dev-libs/weston/weston-14.0.2-r1.ebuild
index c134bfbc8cb3..c0b7ebc50374 100644
--- a/dev-libs/weston/weston-14.0.2-r1.ebuild
+++ b/dev-libs/weston/weston-14.0.2-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
EXPERIMENTAL="true"
fi
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit meson python-any-r1 readme.gentoo-r1 xdg-utils ${GIT_ECLASS}
DESCRIPTION="Wayland reference compositor"
@@ -19,7 +19,7 @@ if [[ ${PV} = *9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT CC-BY-SA-3.0"