commit: bf05282f515646fb9a99f24442a18822e2487534 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 3 17:42:37 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 4 11:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf05282f
x11-misc/libinput-gestures: Point to kde-plasma/kdesu-gui and make it version agnostic. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild index f6e072b536d2..2d50443a9876 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild @@ -53,7 +53,7 @@ pkg_postinst() { if ! has_version x11-libs/gtk+:3 ; then elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3." fi - if ! has_version kde-plasma/kde-cli-tools:5 ; then - elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5." + if ! has_version kde-plasma/kdesu-gui ; then + elog "${PN}-setup script supports Plasma via kde-plasma/kdesu-gui." fi }