From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/
Date: Sun, 24 Nov 2024 11:01:19 +0000 (UTC) [thread overview]
Message-ID: <1732445606.782333bc71e054d8e6365bc8e89e4548505e9fe3.ionen@gentoo> (raw)
commit: 782333bc71e054d8e6365bc8e89e4548505e9fe3
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 09:12:01 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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() {
next reply other threads:[~2024-11-24 11:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-24 11:01 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-02 8:13 [gentoo-commits] repo/gentoo:master commit in: x11-misc/mygestures/ Ionen Wolkens
2021-09-23 17:20 Ionen Wolkens
2021-09-23 8:04 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1732445606.782333bc71e054d8e6365bc8e89e4548505e9fe3.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox