Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/
Date: Thu, 08 Jul 2021 17:35:16
Message-Id: 1625765705.59f7cd3db3a84c1e2f42acb9101c2b2e18be7859.mattst88@gentoo
1 commit: 59f7cd3db3a84c1e2f42acb9101c2b2e18be7859
2 Author: Jakub Ternka <ternka122 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 24 00:22:02 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 17:35:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f7cd3d
7
8 x11-misc/libinput-gestures: Remove GNOME version number from elog
9
10 Signed-off-by: Jakub Ternka <ternka122 <AT> gmail.com>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild | 2 +-
14 x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
18 index 3655e40fce2..a3a54df298e 100644
19 --- a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
20 +++ b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
21 @@ -45,7 +45,7 @@ pkg_postinst() {
22 elog "You must be in the input group to read the touchpad device."
23
24 if ! has_version x11-libs/gtk+:3 ; then
25 - elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
26 + elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3."
27 fi
28 if ! has_version kde-plasma/kde-cli-tools:5 ; then
29 elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."
30
31 diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
32 index 3655e40fce2..a3a54df298e 100644
33 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
34 +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
35 @@ -45,7 +45,7 @@ pkg_postinst() {
36 elog "You must be in the input group to read the touchpad device."
37
38 if ! has_version x11-libs/gtk+:3 ; then
39 - elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
40 + elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3."
41 fi
42 if ! has_version kde-plasma/kde-cli-tools:5 ; then
43 elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."