mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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}
|
||||
!<gnome-base/gnome-control-center-3.9
|
||||
|
||||
@@ -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}
|
||||
!<gnome-base/gnome-control-center-3.9
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user