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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 636F815806E for ; Sun, 21 May 2023 18:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EE7E081E; Sun, 21 May 2023 18:26:00 +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 6F845E081E for ; Sun, 21 May 2023 18:26:00 +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 4BADE335D5E for ; Sun, 21 May 2023 18:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8297FA61 for ; Sun, 21 May 2023 18:25:57 +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: <1684693255.f21ce46ae70d9beb733f600b51c50ea47f054a71.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreenlocker/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild X-VCS-Directories: kde-plasma/kscreenlocker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f21ce46ae70d9beb733f600b51c50ea47f054a71 X-VCS-Branch: master Date: Sun, 21 May 2023 18:25:57 +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: d10a384f-ec11-41f9-af28-955e0d5c585f X-Archives-Hash: 35f3dc607e7a15704ad1859c5aaff105 commit: f21ce46ae70d9beb733f600b51c50ea47f054a71 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 21 17:55:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 21 18:20:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21ce46a kde-plasma/kscreenlocker: Add dev-qt/qtx11extras slot dep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild index 01dd6a26de15..19ec75c42487 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.27.5.ebuild @@ -19,6 +19,7 @@ IUSE="" RESTRICT="test" +# slot op: private QtX11Extras header (private/qtx11extras_p.h) COMMON_DEPEND=" dev-libs/wayland >=dev-qt/qtdbus-${QTMIN}:5 @@ -26,7 +27,7 @@ COMMON_DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5= >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5[qml] >=kde-frameworks/kconfigwidgets-${KFMIN}:5