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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF60C1581FB for ; Sun, 24 Nov 2024 11:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887C0E07EA; Sun, 24 Nov 2024 11:01:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62A0EE07EA for ; Sun, 24 Nov 2024 11:01:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7AD6340C9C for ; Sun, 24 Nov 2024 11:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D101A26 for ; Sun, 24 Nov 2024 11:01:19 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1732445606.782333bc71e054d8e6365bc8e89e4548505e9fe3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mygestures/mygestures-2.0-r1.ebuild X-VCS-Directories: x11-misc/mygestures/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 782333bc71e054d8e6365bc8e89e4548505e9fe3 X-VCS-Branch: master Date: Sun, 24 Nov 2024 11:01:19 +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: 9e6c2d2e-a168-494f-b32c-18d08fcb7559 X-Archives-Hash: 5461ab8526ae49b365241c89f88ca579 commit: 782333bc71e054d8e6365bc8e89e4548505e9fe3 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Nov 24 09:12:01 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Nov 24 10:53:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782333bc x11-misc/mygestures: pass -std=gnu17 for gcc15 May be an easy fix, but upstream been dead for 4 years and it's not worth keeping a (probably) permanent patch over. Closes: https://bugs.gentoo.org/944094 Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/mygestures/mygestures-2.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-misc/mygestures/mygestures-2.0-r1.ebuild b/x11-misc/mygestures/mygestures-2.0-r1.ebuild index 2a4e45a2e732..86f6f3387f76 100644 --- a/x11-misc/mygestures/mygestures-2.0-r1.ebuild +++ b/x11-misc/mygestures/mygestures-2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Mouse gestures for X" HOMEPAGE="https://github.com/deters/mygestures/" @@ -39,6 +39,8 @@ src_prepare() { default eautoreconf + + append-cflags -std=gnu17 #944094 } src_install() {