commit: e5d35a81c157296e78abe60d0ebe679909ce3093
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 17:09:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 17:09:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d35a81
sys-apps/xdg-desktop-portal: add REQUIRED_USE for flatpak->seccomp
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild
index ebec9c9e36e2..f2b74f7cce28 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.18.0-r1.ebuild
@@ -16,6 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
IUSE="geolocation flatpak seccomp systemd test"
RESTRICT="!test? ( test )"
+# Upstream expect flatpak to be used w/ seccomp and flatpak needs bwrap anyway
+REQUIRED_USE="flatpak? ( seccomp )"
DEPEND="
>=dev-libs/glib-2.66:2