commit: 376bd1d3e4832e207e41d6c42f6b3f95a40d510c Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jun 14 11:53:16 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 17:28:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376bd1d3
kde-frameworks/kauth: requires wayland backend unconditionally from kwindowsystem https://invent.kde.org/frameworks/kauth/-/commit/382b6ae8c7cc19cb2c1b1f5e8f32f767f09222ce Closes: https://bugs.gentoo.org/934246 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37155 Signed-off-by: Sam James <sam <AT> gentoo.org> kde-frameworks/kauth/{kauth-6.3.0.ebuild => kauth-6.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kauth/kauth-6.3.0.ebuild b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild similarity index 93% rename from kde-frameworks/kauth/kauth-6.3.0.ebuild rename to kde-frameworks/kauth/kauth-6.3.0-r1.ebuild index a4550707ac9e..ec70557fa863 100644 --- a/kde-frameworks/kauth/kauth-6.3.0.ebuild +++ b/kde-frameworks/kauth/kauth-6.3.0-r1.ebuild @@ -17,7 +17,7 @@ DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] =kde-frameworks/kcoreaddons-${PVCUT}*:6 policykit? ( - =kde-frameworks/kwindowsystem-${PVCUT}*:6 + =kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland] >=sys-auth/polkit-qt-0.113.0[qt6(-)] ) "
