commit: c8dff79fba8783f7a18d133814b4d03d8e57a63a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 01:57:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 28 01:57:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dff79f
x11-misc/libinput-gestures: restore lost changes
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild
b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild
index 0422a315dd2d..f6e072b536d2 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.76.ebuild
@@ -41,6 +41,7 @@ src_test() {
src_install() {
default
+ # Actually respect the python target setting
python_doscript "${PN}"
}
@@ -50,7 +51,7 @@ pkg_postinst() {
elog "You must be in the input group to read the touchpad device."
if ! has_version x11-libs/gtk+:3 ; then
- elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
+ 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."