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 8726D15802E for ; Mon, 1 Jul 2024 21:47:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D3DFE2C5A; Mon, 1 Jul 2024 21:47:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E36DE2C5A for ; Mon, 1 Jul 2024 21:47:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 041EE34305C for ; Mon, 1 Jul 2024 21:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0411DAE for ; Mon, 1 Jul 2024 21:47:33 +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: <1719870442.f52f113d29cad299e27d01c40f59f9dffc342167.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.21.0_p20240302.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f52f113d29cad299e27d01c40f59f9dffc342167 X-VCS-Branch: master Date: Mon, 1 Jul 2024 21:47:33 +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: 2b3f0dc6-6c09-49ff-ba8b-4c74826e6b06 X-Archives-Hash: dda535dc961308805d50829b8fb862cc commit: f52f113d29cad299e27d01c40f59f9dffc342167 Author: Paul Zander gmail com> AuthorDate: Tue May 28 10:28:57 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 21:47:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52f113d x11-misc/sddm: 0.21.0_p20240302 simplify depspec >From "^^ ( elogind systemd )" follows "!systemd == elogind" so use that to simplify the depspec Signed-off-by: Paul Zander gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-0.21.0_p20240302.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild index 9f48fbb34274..4999e5d18ab3 100644 --- a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild +++ b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild @@ -36,9 +36,11 @@ COMMON_DEPEND=" sys-libs/pam x11-libs/libXau x11-libs/libxcb:= - elogind? ( sys-auth/elogind[pam] ) + elogind? ( + sys-auth/elogind[pam] + sys-power/upower + ) systemd? ( sys-apps/systemd:=[pam] ) - !systemd? ( sys-power/upower ) " DEPEND="${COMMON_DEPEND} test? ( >=dev-qt/qtbase-${QTMIN}:6 )