From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AB8E1582EF for ; Wed, 12 Feb 2025 21:08:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E5D06342FF4 for ; Wed, 12 Feb 2025 21:08:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E50E211042D; Wed, 12 Feb 2025 21:08:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id DDD9211042D for ; Wed, 12 Feb 2025 21:08:46 +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 854C3342FF4 for ; Wed, 12 Feb 2025 21:08:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D355F1ACB for ; Wed, 12 Feb 2025 21:08:44 +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: <1739394503.5ebb193a67e8e508e1da61397fa0de1936c4299e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ebb193a67e8e508e1da61397fa0de1936c4299e X-VCS-Branch: master Date: Wed, 12 Feb 2025 21:08:44 +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: 43dc66b8-a8e5-4380-8874-f68d11c31ca8 X-Archives-Hash: 3fd11b222bb5142c06e119f17216f56c commit: 5ebb193a67e8e508e1da61397fa0de1936c4299e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 21:07:58 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 21:08:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ebb193a kde-plasma/kinfocenter: Add missing dev-qt/qtbase:6[vulkan] USEdep Bug: https://bugs.gentoo.org/949679 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild | 2 +- kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild index 1e72c8cb58..9a6932a47d 100644 --- a/kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-6.3.49.9999.ebuild @@ -18,7 +18,7 @@ KEYWORDS="" IUSE="gles2-only usb" DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gles2-only=,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6[dbus,gles2-only=,gui,vulkan,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/kauth-${KFMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index 2d15bb084b..a1c2c9a8bd 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -18,7 +18,7 @@ KEYWORDS="" IUSE="gles2-only usb" DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gles2-only=,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6[dbus,gles2-only=,gui,vulkan,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=kde-frameworks/kauth-${KFMIN}:6 >=kde-frameworks/kcmutils-${KFMIN}:6