summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-03 19:42:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-04 13:45:36 +0200
commitbf05282f515646fb9a99f24442a18822e2487534 (patch)
tree3a6c1fdfd00bc873bc81ae2139e3e984abf92010 /x11-misc
parentx11-misc/libinput-gestures: drop 2.73 (diff)
downloadgentoo-bf05282f515646fb9a99f24442a18822e2487534.tar.gz
gentoo-bf05282f515646fb9a99f24442a18822e2487534.tar.bz2
gentoo-bf05282f515646fb9a99f24442a18822e2487534.zip
x11-misc/libinput-gestures: Point to kde-plasma/kdesu-gui
and make it version agnostic. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild4
1 files 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
}