From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3498F1581B9 for ; Mon, 06 Oct 2025 03:50:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1DC05340F3F for ; Mon, 06 Oct 2025 03:50:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08ED81102C9; Mon, 06 Oct 2025 03:50:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F042B1102C9 for ; Mon, 06 Oct 2025 03:50:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6CD9340EFF for ; Mon, 06 Oct 2025 03:50:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FA1234FA for ; Mon, 06 Oct 2025 03:50:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759722497.f6893c43c457d2e9e3dded32a98f07cd39dd45df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/inadyn/inadyn-2.12.0-r2.ebuild X-VCS-Directories: net-dns/inadyn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6893c43c457d2e9e3dded32a98f07cd39dd45df X-VCS-Branch: master Date: Mon, 06 Oct 2025 03:50:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 654fda23-28ce-4686-b0a2-9f6dba2dc013 X-Archives-Hash: dd865ee305cd6e63ead43056bfda3233 commit: f6893c43c457d2e9e3dded32a98f07cd39dd45df Author: Sam James gentoo org> AuthorDate: Mon Oct 6 03:48:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 6 03:48:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6893c43 net-dns/inadyn: call eautoreconf The musl patch we apply touches Makefile.am, so we need to eautoreconf. Closes: https://bugs.gentoo.org/937277 Signed-off-by: Sam James gentoo.org> net-dns/inadyn/inadyn-2.12.0-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net-dns/inadyn/inadyn-2.12.0-r2.ebuild b/net-dns/inadyn/inadyn-2.12.0-r2.ebuild index e93a10ff8773..e396c7489f53 100644 --- a/net-dns/inadyn/inadyn-2.12.0-r2.ebuild +++ b/net-dns/inadyn/inadyn-2.12.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit systemd tmpfiles +inherit autotools systemd tmpfiles DESCRIPTION="Dynamic DNS client with multiple SSL/TLS library support" HOMEPAGE="https://github.com/troglobit/inadyn" @@ -31,6 +31,13 @@ BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-2.12.0-musl.patch" ) +src_prepare() { + default + + # Needed for musl patch + eautoreconf +} + src_configure() { # Tests would need a custom config file in homedir per configure help? local myeconfargs=(