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 29E2D158013 for ; Mon, 11 Dec 2023 19:51:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6192BC039; Mon, 11 Dec 2023 19:51:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 351F92BC039 for ; Mon, 11 Dec 2023 19:51: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EA6F335D76 for ; Mon, 11 Dec 2023 19:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7A3929 for ; Mon, 11 Dec 2023 19:51:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702324269.d58951e6892aa1517131ee002aae71607c56999b.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d58951e6892aa1517131ee002aae71607c56999b X-VCS-Branch: master Date: Mon, 11 Dec 2023 19:51:11 +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: f158aa9e-dd7c-4009-afd9-895370361355 X-Archives-Hash: c956d796e9f588ac939a1bd5d58abc45 commit: d58951e6892aa1517131ee002aae71607c56999b Author: Joshua Goins redstrate com> AuthorDate: Mon Dec 11 19:14:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 11 19:51:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d58951e6 kde-plasma/xdg-desktop-portal-kde: Add dependency on qtbase with cups xdg-desktop-portal-kde depends on printsupport (and a private header of it, no less) so make sure we depend on qtbase having the cups USE flag enabled. Signed-off-by: Joshua Goins redstrate.com> Closes: https://github.com/gentoo/kde/pull/943 Signed-off-by: Sam James gentoo.org> kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild index 0ef439324e..3c7e4b4e39 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild @@ -19,7 +19,7 @@ IUSE="" # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X COMMON_DEPEND=" >=dev-libs/wayland-1.15 - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6[cups,dbus,gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 || ( >=dev-qt/qtbase-${QTMIN}:6[libinput]