commit:     6b197a469899da0cc45b14bf7d3ce61a49bb6495
Author:     Joshua Goins <josh <AT> redstrate <DOT> com>
AuthorDate: Mon Dec 11 19:14:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 21:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b197a46

kde-plasma/xdg-desktop-portal-kde: Add dependency on qtbase with cups

xdg-desktop-portal-kde depends not only on PrintSupport but it's private
CUPS header. Now this makes sure that qtbase has everything we need to
build, and use the proper slot op.

Signed-off-by: Joshua Goins <josh <AT> redstrate.com>
Closes: https://github.com/gentoo/kde/pull/943
Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 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..0fce3ba49f 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
@@ -16,10 +16,11 @@ SLOT="6"
 KEYWORDS=""
 IUSE=""
 
+# dev-qt/qtbase:=[cups]: includes specifically the cups private header
 # 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]

Reply via email to