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 99D0A158041 for ; Fri, 15 Mar 2024 14:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 371E3E29E3; Fri, 15 Mar 2024 14:07:08 +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 0B70DE29E1 for ; Fri, 15 Mar 2024 14:07:08 +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 C66F233BDEF for ; Fri, 15 Mar 2024 14:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1431515 for ; Fri, 15 Mar 2024 14:07:05 +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: <1710506811.55296b836fc97e967a44807f219f2cf89607f78f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-24.02.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 55296b836fc97e967a44807f219f2cf89607f78f X-VCS-Branch: master Date: Fri, 15 Mar 2024 14:07:05 +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: 040115bf-129e-48de-85e8-633157f0bdcb X-Archives-Hash: eb60dbcc7aa2845e95ef66f6b984336a commit: 55296b836fc97e967a44807f219f2cf89607f78f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 12:46:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 15 12:46:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55296b83 kde-apps/dolphin: Add missing dev-qt/qtbase:6= slot op Uses Qt::GuiPrivate for qtx11extras_p.h Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-24.02.49.9999.ebuild | 3 ++- kde-apps/dolphin/dolphin-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/dolphin/dolphin-24.02.49.9999.ebuild b/kde-apps/dolphin/dolphin-24.02.49.9999.ebuild index 5888d5dcb6..9d11685435 100644 --- a/kde-apps/dolphin/dolphin-24.02.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-24.02.49.9999.ebuild @@ -18,8 +18,9 @@ SLOT="6" KEYWORDS="" IUSE="activities semantic-desktop telemetry" +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets,xml] + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets,xml] >=kde-frameworks/kbookmarks-${KFMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 5888d5dcb6..9d11685435 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -18,8 +18,9 @@ SLOT="6" KEYWORDS="" IUSE="activities semantic-desktop telemetry" +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui,widgets,xml] + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets,xml] >=kde-frameworks/kbookmarks-${KFMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6