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 B77EF15806E for ; Sun, 21 May 2023 17:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBFEAE081A; Sun, 21 May 2023 17:56:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D20CCE081A for ; Sun, 21 May 2023 17:56:14 +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 079DF335DA3 for ; Sun, 21 May 2023 17:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06B70A4A for ; Sun, 21 May 2023 17:56:12 +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: <1684691718.46264e00b3997d6d5cac8daa9a6f912fa777e3d6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.ebuild kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild X-VCS-Directories: kde-plasma/kscreenlocker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46264e00b3997d6d5cac8daa9a6f912fa777e3d6 X-VCS-Branch: master Date: Sun, 21 May 2023 17:56:12 +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: 59e89ebc-b8be-4525-9ff0-a799fc6b8245 X-Archives-Hash: b203af9cbbbb87dbef62098a390b2700 commit: 46264e00b3997d6d5cac8daa9a6f912fa777e3d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 21 17:55:18 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 21 17:55:18 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46264e00 kde-plasma/kscreenlocker: Add dev-qt/qtx11extras slot dep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.ebuild | 3 ++- kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.ebuild index 2d42d86c22..dd12db558d 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-5.27.49.9999.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 diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild index 2d42d86c22..dd12db558d 100644 --- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild +++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.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