From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B535138334 for ; Thu, 21 Mar 2019 14:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01411E08FF; Thu, 21 Mar 2019 14:25:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4CE6E08FF for ; Thu, 21 Mar 2019 14:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D34E9335CEF for ; Thu, 21 Mar 2019 14:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45AC266 for ; Thu, 21 Mar 2019 14:25:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1553178304.0cb57c5965032ead3f49be4c6db53e70ad71ae7a.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/, gnome-extra/gnome-user-share/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-user-share/gnome-user-share-3.18.3.ebuild gnome-extra/gnome-user-share/gnome-user-share-3.28.0.ebuild profiles/features/selinux/package.mask X-VCS-Directories: gnome-extra/gnome-user-share/ profiles/features/selinux/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0cb57c5965032ead3f49be4c6db53e70ad71ae7a X-VCS-Branch: master Date: Thu, 21 Mar 2019 14:25:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ce016fe-c7ec-46e7-a9b7-9a4834950376 X-Archives-Hash: 8bca39cf299e16226447af3583b531fb commit: 0cb57c5965032ead3f49be4c6db53e70ad71ae7a Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 21 14:15:38 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 21 14:25:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb57c59 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 gentoo.org> 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 c102ec8b6bb..1004a4eb84c 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} !