summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lermytte <gentoo@lermytte.be>2024-12-27 20:05:08 +0100
committerConrad Kostecki <conikost@gentoo.org>2025-01-02 01:04:55 +0100
commit54d2059581878693c624ab83ae84d9c699c50d74 (patch)
tree8f4a7c8b3d52edf3f711d069ae7a6c4be63354ca /net-dns/ddclient/ddclient-3.11.2.ebuild
parentdev-util/spirv-llvm-translator: remove unused patches (diff)
downloadgentoo-54d2059581878693c624ab83ae84d9c699c50d74.tar.gz
gentoo-54d2059581878693c624ab83ae84d9c699c50d74.tar.bz2
gentoo-54d2059581878693c624ab83ae84d9c699c50d74.zip
net-dns/ddclient: fix automake portability warning leading to build failure
Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://bugs.gentoo.org/936224 Closes: https://github.com/gentoo/gentoo/pull/39869 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-dns/ddclient/ddclient-3.11.2.ebuild')
-rw-r--r--net-dns/ddclient/ddclient-3.11.2.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-dns/ddclient/ddclient-3.11.2.ebuild b/net-dns/ddclient/ddclient-3.11.2.ebuild
index a4bd6b60045f..6707a47f7a88 100644
--- a/net-dns/ddclient/ddclient-3.11.2.ebuild
+++ b/net-dns/ddclient/ddclient-3.11.2.ebuild
@@ -9,10 +9,12 @@ DESCRIPTION="Perl client used to update dynamic DNS entries"
HOMEPAGE="https://ddclient.net/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86"
LICENSE="GPL-2+"
SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86"
+
IUSE="examples selinux test"
+
RESTRICT="!test? ( test )"
RDEPEND="
@@ -36,6 +38,8 @@ BDEPEND="
)
"
+PATCHES="${FILESDIR}/ddclient-3.11.2-fix-automake-portability-warning.patch"
+
src_prepare() {
default