commit: fbb3e6481ebfb04ebf9ef869f96eef3e920c8cb9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 12:04:39 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 12:04:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb3e648
sys-apps/xdg-desktop-portal: Stabilize 1.20.3 arm, #958939
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.20.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.20.3.ebuild
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.20.3.ebuild
index a8334c6bd3c4..d53f64d5b5af 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.20.3.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.20.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit meson python-any-r1 systemd
@@ -13,7 +13,7 @@
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
IUSE="geolocation flatpak seccomp systemd test udev"
RESTRICT="!test? ( test )"
# Upstream expect flatpak to be used w/ seccomp and flatpak needs bwrap anyway