summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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