diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-21 16:15:38 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-21 16:25:04 +0200 |
commit | 0cb57c5965032ead3f49be4c6db53e70ad71ae7a (patch) | |
tree | cc893f3ca5fcf47b965601d0e12f6ab8ac79b955 /profiles | |
parent | package.mask: Next batch of openssl-1.1+ cleanup (diff) | |
download | gentoo-0cb57c5965032ead3f49be4c6db53e70ad71ae7a.tar.gz gentoo-0cb57c5965032ead3f49be4c6db53e70ad71ae7a.tar.bz2 gentoo-0cb57c5965032ead3f49be4c6db53e70ad71ae7a.zip |
gnome-extra/gnome-user-share: add missing systemd build req
Theoretically gnome-user-share works without systemd, but it has
an unnecessary check for systemd in its configure check. Add that
missing requirement.
However while it could be manually launched without systemd, the
integration support in gnome-settings-daemon/gnome-control-center
will try to launch it via systemd specific dbus interface, thus
users would have to handle it themselves for now.
Can be reconsidered on next bump to support it, but output
intructions what to do without systemd, or maybe even some support
code in settings-daemon. Help welcome.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/selinux/package.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index bb551011ff29..65f606453610 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -45,3 +45,4 @@ sys-apps/dbus-broker app-admin/gnome-abrt >=dev-libs/libreport-2.9 games-util/gamemode +gnome-extra/gnome-user-share |