dev-libs/libportal: add required USE for gtk{,+}

Bug: https://bugs.gentoo.org/942447
Signed-off-by: 1vybridge <openrc@posteo.de>
Part-of: https://github.com/gentoo/gentoo/pull/42519
Closes: https://github.com/gentoo/gentoo/pull/42519
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1vybridge
2025-06-09 19:36:15 +03:00
committed by Sam James
parent f90717a6f0
commit 74c5b0bd5c

View File

@@ -24,8 +24,8 @@ RDEPEND="
>=dev-libs/glib-2.58:2
introspection? ( dev-libs/gobject-introspection:= )
gtk? (
>=x11-libs/gtk+-3.24.41-r1:3[wayland?,X?]
>=gui-libs/gtk-4.12.5-r2:4[wayland?,X?]
>=x11-libs/gtk+-3.24.41-r1:3[introspection?,wayland?,X?]
>=gui-libs/gtk-4.12.5-r2:4[introspection?,wayland?,X?]
)
qt6? ( dev-qt/qtbase:6=[gui] )
"