From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/sharutils/
Date: Sun, 17 Sep 2017 02:18:08 +0000 (UTC) [thread overview]
Message-ID: <1505614399.c2d0dfdf2be7840ead3a1d731cf9cf90253af0fd.whissi@gentoo> (raw)
commit: c2d0dfdf2be7840ead3a1d731cf9cf90253af0fd
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 02:13:19 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 02:13:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d0dfdf
app-arch/sharutils: Enforce -Wno-error=format-security
See http://lists.gnu.org/archive/html/bug-gnu-utils/2013-10/msg00011.html
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-arch/sharutils/sharutils-4.15.2.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/app-arch/sharutils/sharutils-4.15.2.ebuild b/app-arch/sharutils/sharutils-4.15.2.ebuild
index 75da8ed243a..1edfe87ae80 100644
--- a/app-arch/sharutils/sharutils-4.15.2.ebuild
+++ b/app-arch/sharutils/sharutils-4.15.2.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-inherit eutils
+inherit eutils flag-o-matic
MY_P="${P/_/-}"
DESCRIPTION="Tools to deal with shar archives"
@@ -21,6 +21,14 @@ DEPEND="app-arch/xz-utils
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ default
+
+ # Upstream is aware but thinks this isn't a bug/problem in sharutils itself
+ # See http://lists.gnu.org/archive/html/bug-gnu-utils/2013-10/msg00011.html
+ append-cflags $(test-flags-CC -Wno-error=format-security)
+}
+
src_configure() {
strip-linguas -u po
econf $(use_enable nls)
next reply other threads:[~2017-09-17 2:18 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-17 2:18 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-26 6:33 [gentoo-commits] repo/gentoo:master commit in: app-arch/sharutils/ Sam James
2024-03-27 4:52 Sam James
2022-08-22 17:33 WANG Xuerui
2021-06-30 10:15 Ulrich Müller
2021-05-01 23:02 David Seifert
2021-04-26 10:38 Sam James
2021-04-26 10:34 Sam James
2021-04-25 15:56 Sam James
2021-04-25 15:52 Sam James
2021-04-25 15:21 Sam James
2021-04-25 12:32 Sam James
2021-04-25 12:32 Sam James
2021-04-21 19:02 Sam James
2021-04-21 19:02 Sam James
2021-01-06 12:52 Fabian Groffen
2020-05-02 12:18 Sergei Trofimovich
2019-08-10 16:32 Aaron Bauman
2019-05-02 15:31 Matt Turner
2019-05-01 6:22 Matt Turner
2019-05-01 6:22 Matt Turner
2019-04-27 20:50 Sergei Trofimovich
2019-04-10 14:45 Aaron Bauman
2019-04-08 6:05 Matt Turner
2019-04-08 2:18 Thomas Deutschmann
2019-04-02 12:08 Mikle Kolyada
2019-04-02 12:08 Mikle Kolyada
2019-03-24 17:00 Mikle Kolyada
2019-03-16 14:01 Mikle Kolyada
2019-03-15 10:00 Mikle Kolyada
2019-03-14 19:41 Sergei Trofimovich
2017-07-17 12:54 Fabian Groffen
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=1505614399.c2d0dfdf2be7840ead3a1d731cf9cf90253af0fd.whissi@gentoo \
--to=whissi@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