From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32FF2158020 for ; Fri, 11 Nov 2022 23:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7316EE0A45; Fri, 11 Nov 2022 23:24:27 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57116E0A45 for ; Fri, 11 Nov 2022 23:24:27 +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 5C652340DF8 for ; Fri, 11 Nov 2022 23:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCA976F8 for ; Fri, 11 Nov 2022 23:24:24 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1668209016.b6808c7e5701f0eae62b9de47a190faa4773b308.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/ddclient/ddclient-3.10.0.ebuild X-VCS-Directories: net-dns/ddclient/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b6808c7e5701f0eae62b9de47a190faa4773b308 X-VCS-Branch: master Date: Fri, 11 Nov 2022 23:24:24 +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: cef44a2f-cf53-4dd1-8962-691cf1d23196 X-Archives-Hash: cdbab7f7194f86d6db78199f20c53b0a commit: b6808c7e5701f0eae62b9de47a190faa4773b308 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Nov 11 23:22:49 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Nov 11 23:23:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6808c7e net-dns/ddclient: fix tests Closes: https://bugs.gentoo.org/880691 Signed-off-by: Conrad Kostecki gentoo.org> net-dns/ddclient/ddclient-3.10.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/ddclient/ddclient-3.10.0.ebuild b/net-dns/ddclient/ddclient-3.10.0.ebuild index e90f14f8b53a..aa44af2faa32 100644 --- a/net-dns/ddclient/ddclient-3.10.0.ebuild +++ b/net-dns/ddclient/ddclient-3.10.0.ebuild @@ -40,6 +40,9 @@ BDEPEND=" src_prepare() { default + # Fix version number, otherwise a test will fail + sed -e 's/3.10.0_2/3.10.0/g' -i configure.ac || die + # Remove PID setting, to reliably setup the environment for the init script sed -e '/^pid/d' -i ddclient.conf.in || die