diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-06-14 14:53:16 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-14 18:28:55 +0100 |
commit | 376bd1d3e4832e207e41d6c42f6b3f95a40d510c (patch) | |
tree | 07ef1f4f9955239e485d5d91af870c1ed5fdb076 /kde-frameworks/kauth | |
parent | dev-ml/ppx_jane: add 0.17.0 (diff) | |
download | gentoo-376bd1d3e4832e207e41d6c42f6b3f95a40d510c.tar.gz gentoo-376bd1d3e4832e207e41d6c42f6b3f95a40d510c.tar.bz2 gentoo-376bd1d3e4832e207e41d6c42f6b3f95a40d510c.zip |
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@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37155
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/kauth-6.3.0-r1.ebuild (renamed from kde-frameworks/kauth/kauth-6.3.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kauth/kauth-6.3.0.ebuild b/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(-)] ) " |