Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/
Date: Sun, 11 Oct 2020 20:17:15
Message-Id: 1602447319.c0b40392663843d04c35277ce7a0c9b36f0d5088.conikost@gentoo
1 commit: c0b40392663843d04c35277ce7a0c9b36f0d5088
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 19:54:09 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 20:15:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b40392
7
8 net-dns/ddclient: add ~arm64 keyword
9
10 Tested on ~arm64 chroot at packet-at.
11 All tests pass.
12
13 Closes: https://bugs.gentoo.org/747604
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
16
17 net-dns/ddclient/ddclient-3.9.1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-dns/ddclient/ddclient-3.9.1.ebuild b/net-dns/ddclient/ddclient-3.9.1.ebuild
21 index 8cdf7b8d9a9..eb32b5024e2 100644
22 --- a/net-dns/ddclient/ddclient-3.9.1.ebuild
23 +++ b/net-dns/ddclient/ddclient-3.9.1.ebuild
24 @@ -9,7 +9,7 @@ DESCRIPTION="Perl client used to update dynamic DNS entries"
25 HOMEPAGE="https://ddclient.net/"
26 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
29 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
30 LICENSE="GPL-2+"
31 SLOT="0"
32 IUSE="examples iproute2"