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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF03A15808B for ; Fri, 1 Apr 2022 14:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1351EE08F4; Fri, 1 Apr 2022 14:48:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAF05E08F4 for ; Fri, 1 Apr 2022 14:48:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B4D33416B7 for ; Fri, 1 Apr 2022 14:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7A7373 for ; Fri, 1 Apr 2022 14:48:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1648824429.b1199e1c46f04b7d2c4ba9a8835121cbde240872.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.18.1-r6.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b1199e1c46f04b7d2c4ba9a8835121cbde240872 X-VCS-Branch: master Date: Fri, 1 Apr 2022 14:48:53 +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: 193f1fb8-0e2f-4372-9eae-6cee109d42de X-Archives-Hash: 2ca74fa9b7ae67844c454b689eb37b5e commit: b1199e1c46f04b7d2c4ba9a8835121cbde240872 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 31 20:43:27 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 1 14:47:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1199e1c x11-misc/sddm: RDEPEND on gui-libs/display-manager-init for !systemd Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-0.18.1-r6.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-0.18.1-r6.ebuild b/x11-misc/sddm/sddm-0.18.1-r6.ebuild index 883cc2480bad..49d64156113b 100644 --- a/x11-misc/sddm/sddm-0.18.1-r6.ebuild +++ b/x11-misc/sddm/sddm-0.18.1-r6.ebuild @@ -17,7 +17,7 @@ IUSE="elogind +pam systemd test" REQUIRED_USE="?? ( elogind systemd )" RESTRICT="!test? ( test )" -RDEPEND=" +COMMON_DEPEND=" acct-group/sddm acct-user/sddm >=dev-qt/qtcore-5.9.4:5 @@ -33,9 +33,12 @@ RDEPEND=" systemd? ( sys-apps/systemd:= ) !systemd? ( sys-power/upower ) " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} test? ( >=dev-qt/qttest-5.9.4:5 ) " +RDEPEND="${COMMON_DEPEND} + !systemd? ( gui-libs/display-manager-init ) +" BDEPEND=" dev-python/docutils >=dev-qt/linguist-tools-5.9.4:5