diff --git a/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild index 50e2c44..d8fc4a9 100755 --- a/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild +++ b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.39.0.ebuild @@ -4,8 +4,6 @@ EAPI=8 inherit gnome2-utils meson -RESTRICT="network-sandbox" - DESCRIPTION="A settings app for mobile specific things" HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings" SRC_URI="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v${PV}/phosh-mobile-settings-v${PV}.tar.gz -> ${P}.tar.gz" @@ -29,6 +27,8 @@ S="${WORKDIR}/${PN}-v${PV}" src_prepare() { default + rm -r "${S}"/subprojects/gmobile.wrap || die + rm -r "${S}"/subprojects/libadwaita.wrap || die } src_install() {