From 00b454c447759603cd6d7b926aa18bc2c0c23b16 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 22 Aug 2024 16:59:18 +0200 Subject: [PATCH] Enable network --- gui-wm/phosh/phosh-0.41.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/phosh/phosh-0.41.0.ebuild b/gui-wm/phosh/phosh-0.41.0.ebuild index c842625..7c4a1c5 100755 --- a/gui-wm/phosh/phosh-0.41.0.ebuild +++ b/gui-wm/phosh/phosh-0.41.0.ebuild @@ -7,7 +7,7 @@ inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg MY_P="${PN}-v${PV}" -RESTRICT="network-sandbox" +RESTRICT="-network-sandbox" DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices" HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"