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 6A1B515800F for ; Wed, 8 Feb 2023 19:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C76E0825; Wed, 8 Feb 2023 19:33:51 +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 9F124E0825 for ; Wed, 8 Feb 2023 19:33:51 +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 9133533C1EB for ; Wed, 8 Feb 2023 19:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ADC58A1 for ; Wed, 8 Feb 2023 19:33:48 +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: <1675882058.2714b5a6d644fa9d2c71aed7327c90ba7fbef01f.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2714b5a6d644fa9d2c71aed7327c90ba7fbef01f X-VCS-Branch: master Date: Wed, 8 Feb 2023 19:33:48 +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: e478abe2-ea32-4770-9d97-3d66c0217f00 X-Archives-Hash: 19b03d69d508ac4e283b2cb6abef18e8 commit: 2714b5a6d644fa9d2c71aed7327c90ba7fbef01f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 8 18:47:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 8 18:47:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2714b5a6 x11-misc/sddm: Add new dependency Upstream commit cb5c07b4c5bafa27b21981a8f4039eadbe0fafdf Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index ba7c4f44..e67ddc99 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -32,6 +32,7 @@ COMMON_DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 + x11-libs/libXau x11-libs/libxcb:= elogind? ( sys-auth/elogind ) pam? ( sys-libs/pam ) @@ -60,8 +61,6 @@ PATCHES=( "${FILESDIR}/${PN}-0.20.0-sddm.pam-use-substack.patch" # bug 728550 "${FILESDIR}/${PN}-0.20.0-disable-etc-debian-check.patch" "${FILESDIR}/${PN}-0.20.0-no-default-pam_systemd-module.patch" # bug 669980 - # TODO: add this: https://github.com/sddm/sddm/pull/1230 ...ACK'd - # for merge but pending testing. by openSUSE, Fedora usage for >1y ) pkg_setup() {