diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/flatpak/flatpak-1.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flatpak/flatpak-1.11.1.ebuild b/sys-apps/flatpak/flatpak-1.11.1.ebuild index 6c69987f33c5..a931e50425ab 100644 --- a/sys-apps/flatpak/flatpak-1.11.1.ebuild +++ b/sys-apps/flatpak/flatpak-1.11.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit autotools linux-info python-any-r1 @@ -12,7 +12,7 @@ HOMEPAGE="https://flatpak.org/" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc gtk kde introspection policykit seccomp systemd" RESTRICT+=" test" |