diff options
author | Sam James <sam@gentoo.org> | 2024-01-24 06:15:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-24 06:15:26 +0000 |
commit | 78fc7bf475d93b5e5d30825ff58656dc45e8a24c (patch) | |
tree | a29d075b4fc2b1971a27b2c18cb205f87ed6ad46 /net-dns | |
parent | app-text/aspell: Stabilize 0.60.8.1 ppc64, #922791 (diff) | |
download | gentoo-78fc7bf475d93b5e5d30825ff58656dc45e8a24c.tar.gz gentoo-78fc7bf475d93b5e5d30825ff58656dc45e8a24c.tar.bz2 gentoo-78fc7bf475d93b5e5d30825ff58656dc45e8a24c.zip |
net-dns/ddclient: Stabilize 3.11.2 arm64, #922792
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/ddclient/ddclient-3.11.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/ddclient/ddclient-3.11.2.ebuild b/net-dns/ddclient/ddclient-3.11.2.ebuild index 92d30aafbd66..a235e86d2ebf 100644 --- a/net-dns/ddclient/ddclient-3.11.2.ebuild +++ b/net-dns/ddclient/ddclient-3.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ 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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" LICENSE="GPL-2+" SLOT="0" IUSE="examples selinux test" |