diff --git a/sys-apps/flatpak/flatpak-1.16.1.ebuild b/sys-apps/flatpak/flatpak-1.16.1.ebuild index 66bdbe389d47..29b5b353690f 100644 --- a/sys-apps/flatpak/flatpak-1.16.1.ebuild +++ b/sys-apps/flatpak/flatpak-1.16.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit linux-info meson python-any-r1 systemd tmpfiles @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="doc introspection policykit seccomp systemd test X" RESTRICT="!test? ( test )"