From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D508E13933E for ; Thu, 8 Jul 2021 17:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 285BFE0B63; Thu, 8 Jul 2021 17:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FD31E0B63 for ; Thu, 8 Jul 2021 17:35:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06E68342A8C for ; Thu, 8 Jul 2021 17:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45F727D3 for ; Thu, 8 Jul 2021 17:35:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1625765705.59f7cd3db3a84c1e2f42acb9101c2b2e18be7859.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild x11-misc/libinput-gestures/libinput-gestures-9999.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 59f7cd3db3a84c1e2f42acb9101c2b2e18be7859 X-VCS-Branch: master Date: Thu, 8 Jul 2021 17:35:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29e77fb2-592a-4781-96b2-f713acceab90 X-Archives-Hash: 5af8978e2da6ff3a99069bb2e2e3e5df commit: 59f7cd3db3a84c1e2f42acb9101c2b2e18be7859 Author: Jakub Ternka gmail com> AuthorDate: Thu Jun 24 00:22:02 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 8 17:35:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f7cd3d x11-misc/libinput-gestures: Remove GNOME version number from elog Signed-off-by: Jakub Ternka gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild | 2 +- 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 3655e40fce2..a3a54df298e 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 3655e40fce2..a3a54df298e 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."