diff options
author | Jakub Ternka <ternka122@gmail.com> | 2021-06-24 02:22:02 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-08 10:35:05 -0700 |
commit | 59f7cd3db3a84c1e2f42acb9101c2b2e18be7859 (patch) | |
tree | 12014be688c7868f1dac5bb346d3ddf160a5fd24 /x11-misc | |
parent | gnome-extra/gnome-tweaks: Remove GNOME version number from description (diff) | |
download | gentoo-59f7cd3db3a84c1e2f42acb9101c2b2e18be7859.tar.gz gentoo-59f7cd3db3a84c1e2f42acb9101c2b2e18be7859.tar.bz2 gentoo-59f7cd3db3a84c1e2f42acb9101c2b2e18be7859.zip |
x11-misc/libinput-gestures: Remove GNOME version number from elog
Signed-off-by: Jakub Ternka <ternka122@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild index 3655e40fce2c..a3a54df298e1 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild @@ -45,7 +45,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." diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild index 3655e40fce2c..a3a54df298e1 100644 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild @@ -45,7 +45,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." |