From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libpar2/
Date: Fri, 13 Sep 2024 16:10:39 +0000 (UTC) [thread overview]
Message-ID: <1726243795.91a7f3fbdc01ab33973b58c619cbda9449615241.eschwartz@gentoo> (raw)
commit: 91a7f3fbdc01ab33973b58c619cbda9449615241
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 00:09:04 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 16:09:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a7f3fb
app-arch/libpar2: drop build-time dependency on autoconf
The Makefile rules trigger running autoheader, because a header is "out
of date" compared to configure.ac / aclocal.m4. Rerunning autoheader is
a no-op, so simply touch it to indicate that.
Closes: https://bugs.gentoo.org/939532
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-arch/libpar2/libpar2-0.4.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-arch/libpar2/libpar2-0.4.ebuild b/app-arch/libpar2/libpar2-0.4.ebuild
index da3ea3176a05..2aa9e048718c 100644
--- a/app-arch/libpar2/libpar2-0.4.ebuild
+++ b/app-arch/libpar2/libpar2-0.4.ebuild
@@ -20,6 +20,9 @@ BDEPEND="virtual/pkgconfig"
src_prepare() {
default
elibtoolize
+
+ # broken distfile, see https://bugs.gentoo.org/939532
+ touch config.h.in || die
}
src_configure() {
next reply other threads:[~2024-09-13 16:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-13 16:10 Eli Schwartz [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 18:02 [gentoo-commits] repo/gentoo:master commit in: app-arch/libpar2/ Arthur Zamarin
2024-11-23 16:20 Michał Górny
2024-11-23 12:09 Sam James
2024-09-13 16:10 Eli Schwartz
2024-09-13 16:10 Eli Schwartz
2020-11-14 15:06 David Seifert
2019-11-17 5:08 Tim Harder
2015-12-15 20:36 Pacho Ramos
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=1726243795.91a7f3fbdc01ab33973b58c619cbda9449615241.eschwartz@gentoo \
--to=eschwartz@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