public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Parse-Keyword/
Date: Sat, 16 Nov 2024 23:27:52 +0000 (UTC)	[thread overview]
Message-ID: <1731799652.788bd1cfb096bfdd3201e44e30279ad02871210a.sam@gentoo> (raw)

commit:     788bd1cfb096bfdd3201e44e30279ad02871210a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 23:14:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 23:27:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788bd1cf

dev-perl/XS-Parse-Keyword: build with -std=gnu17

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=157196
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.460.0.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.460.0.ebuild b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.460.0.ebuild
index 26dc6b84f546..48e66acebf20 100644
--- a/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.460.0.ebuild
+++ b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.460.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DIST_AUTHOR=PEVANS
 DIST_VERSION=0.46
-inherit perl-module
+inherit flag-o-matic perl-module
 
 DESCRIPTION="XS functions to assist in parsing keyword syntax"
 
@@ -22,3 +22,10 @@ BDEPEND="
 	>=virtual/perl-ExtUtils-ParseXS-3.160.0
 	test? ( virtual/perl-Test2-Suite )
 "
+
+src_configure() {
+	# https://rt.cpan.org/Public/Bug/Display.html?id=157196
+	append-cflags -std=gnu17
+
+	perl-module_src_configure
+}


             reply	other threads:[~2024-11-16 23:27 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16 23:27 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26 13:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Parse-Keyword/ Sam James
2025-04-26 12:12 Sam James
2025-04-26  5:48 Sam James
2025-04-26  5:28 Sam James
2025-04-08 11:56 Arthur Zamarin
2025-03-02 19:42 Sam James
2025-03-01 22:49 Sam James
2025-01-22  5:54 Sam James
2025-01-09  0:08 Sam James
2024-12-14 19:06 Arthur Zamarin
2024-12-09  5:47 Arthur Zamarin
2024-12-07 20:11 Sam James
2024-12-07  3:04 Sam James
2024-12-07  2:44 Sam James
2024-12-06 17:31 Sam James
2024-12-05 18:31 Sam James
2024-12-02 13:15 Jakov Smolić
2024-12-01 18:33 Arthur Zamarin
2024-12-01 18:33 Arthur Zamarin
2024-12-01 18:33 Arthur Zamarin
2024-12-01 18:33 Arthur Zamarin
2024-12-01 18:33 Arthur Zamarin
2024-11-16 23:30 Sam James
2024-10-14  3:50 Sam James
2024-07-27 12:55 Sam James
2024-07-27 12:00 Sam James
2024-07-07 11:02 Sam James
2024-05-26 21:39 Andreas K. Hüttel
2024-05-01  9:12 Sam James
2024-04-27  6:51 Andreas K. Hüttel
2024-02-28  2:32 Ionen Wolkens
2024-02-28  2:32 Ionen Wolkens
2024-02-28  2:32 Ionen Wolkens
2024-02-28  2:32 Ionen Wolkens
2024-02-12  8:55 Sam James
2023-08-14  7:55 Sam James
2023-07-24  2:57 Sam James
2023-07-20  2:44 Sam James
2023-07-20  2:44 Sam James
2023-06-17 23:35 Sam James
2023-06-03 22:41 Andreas K. Hüttel
2022-09-26  7:31 Michał Górny
2022-09-22  7:46 Michał Górny
2022-09-18  2:55 Akinori Hattori
2022-09-10  8:39 Fabian Groffen
2022-08-13  9:38 Arthur Zamarin
2022-08-07  4:55 WANG Xuerui
2022-08-06 12:05 James Le Cuirot
2022-08-05 15:28 Arthur Zamarin
2022-08-05 11:56 Arthur Zamarin
2022-08-03  6:32 Yixun Lan
2022-08-02 18:12 Arthur Zamarin
2022-08-02 17:55 Arthur Zamarin
2022-08-02 17:41 Arthur Zamarin
2022-08-02 17:31 Arthur Zamarin
2022-08-02 16:54 Arthur Zamarin
2022-08-02 12:51 Akinori Hattori

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=1731799652.788bd1cfb096bfdd3201e44e30279ad02871210a.sam@gentoo \
    --to=sam@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