summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-11-12 00:22:49 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-12 00:23:36 +0100
commitb6808c7e5701f0eae62b9de47a190faa4773b308 (patch)
tree025c21f7dcf7bb24d5ccbfa0e62669fbf983a6af
parentmedia-libs/phonon-gstreamer: EAPI-8 bump, fix open/save dialog in Wayland (diff)
downloadgentoo-b6808c7e5701f0eae62b9de47a190faa4773b308.tar.gz
gentoo-b6808c7e5701f0eae62b9de47a190faa4773b308.tar.bz2
gentoo-b6808c7e5701f0eae62b9de47a190faa4773b308.zip
net-dns/ddclient: fix tests
Closes: https://bugs.gentoo.org/880691 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--net-dns/ddclient/ddclient-3.10.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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