From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zoo/
Date: Sat, 21 Jun 2025 12:50:44 +0000 (UTC) [thread overview]
Message-ID: <1750510168.11966f795ca006463074a8f8f002a6564ee38bc5.sam@gentoo> (raw)
commit: 11966f795ca006463074a8f8f002a6564ee38bc5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 12:48:38 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 12:49:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11966f79
app-arch/zoo: build w/ -std=gnu17
Removed from Debian in 2017.
Closes: https://bugs.gentoo.org/943903
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/zoo/zoo-2.10-r6.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-arch/zoo/zoo-2.10-r6.ebuild b/app-arch/zoo/zoo-2.10-r6.ebuild
index 596ed3ada797..2469528f2f2a 100644
--- a/app-arch/zoo/zoo-2.10-r6.ebuild
+++ b/app-arch/zoo/zoo-2.10-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Manipulate archives of files in compressed form"
HOMEPAGE="https://github.com/jduerstock/zoo"
@@ -27,6 +27,9 @@ src_configure() {
}
src_compile() {
+ # bug #943903
+ append-cflags -std=gnu17
+
emake linux
}
next reply other threads:[~2025-06-21 12:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-21 12:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-29 6:24 [gentoo-commits] repo/gentoo:master commit in: app-arch/zoo/ Arthur Zamarin
2024-04-05 15:27 Arthur Zamarin
2024-01-23 16:40 Sam James
2024-01-23 15:08 Sam James
2024-01-23 6:14 Sam James
2024-01-23 4:17 Sam James
2024-01-23 4:17 Sam James
2023-12-14 4:13 Sam James
2020-12-27 13:34 Fabian Groffen
2017-10-07 11:26 Sergei Trofimovich
2017-10-05 13:15 Sergei Trofimovich
2017-08-07 13:33 Michael Palimaka
2017-07-19 18:06 Tobias Klausmann
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=1750510168.11966f795ca006463074a8f8f002a6564ee38bc5.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