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 F279B15802E for ; Mon, 1 Jul 2024 21:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7066E2C51; Mon, 1 Jul 2024 21:47:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AF341E2C51 for ; Mon, 1 Jul 2024 21:47:35 +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 DED25343054 for ; Mon, 1 Jul 2024 21:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BAD11DA2 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: <1719869853.542d8f9cc96821f89e374c80aa2c3ef9be11ec7d.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: 542d8f9cc96821f89e374c80aa2c3ef9be11ec7d 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: 04f31c3a-93a4-4652-b28d-17c4e77f6740 X-Archives-Hash: 2090bcf991265f769e9bfba1fe8c6b14 commit: 542d8f9cc96821f89e374c80aa2c3ef9be11ec7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 1 21:37:33 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 21:37:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542d8f9c x11-misc/sddm: Drop unnecessary test USEdeps Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-0.21.0_p20240302.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild index cbd285b4fbaa..9f48fbb34274 100644 --- a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild +++ b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" !systemd? ( sys-power/upower ) " DEPEND="${COMMON_DEPEND} - test? ( >=dev-qt/qtbase-${QTMIN}:6[network,test] ) + test? ( >=dev-qt/qtbase-${QTMIN}:6 ) " RDEPEND="${COMMON_DEPEND} X? ( x11-base/xorg-server )