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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2A5F158004 for ; Tue, 28 May 2024 01:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9162BC03A; Tue, 28 May 2024 01:59:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96B7E2BC03A for ; Tue, 28 May 2024 01:59:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0C57341E1C for ; Tue, 28 May 2024 01:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC4A1BD7 for ; Tue, 28 May 2024 01:59:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716861450.c8dff79fba8783f7a18d133814b4d03d8e57a63a.sam@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.76.ebuild X-VCS-Directories: x11-misc/libinput-gestures/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8dff79fba8783f7a18d133814b4d03d8e57a63a X-VCS-Branch: master Date: Tue, 28 May 2024 01:59:07 +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: 87fbf201-7630-4238-b1ee-58880c4c7fef X-Archives-Hash: 6194cd32e9c7119a4f20e02da50d5c40 commit: c8dff79fba8783f7a18d133814b4d03d8e57a63a Author: Sam James gentoo org> AuthorDate: Tue May 28 01:57:30 2024 +0000 Commit: Sam James gentoo 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 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."