From 0cb57c5965032ead3f49be4c6db53e70ad71ae7a Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 21 Mar 2019 16:15:38 +0200 Subject: [PATCH] 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 --- gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild | 3 ++- gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild | 1 + profiles/features/selinux/package.mask | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild index c102ec8b6bba..1004a4eb84ca 100644 --- a/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild +++ b/gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND=" >=www-apache/mod_dnssd-0.6 >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] >=x11-libs/libnotify-0.7:= + sys-apps/systemd " DEPEND="${RDEPEND} !