diff options
author | Sam James <sam@gentoo.org> | 2020-11-06 02:52:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-06 03:20:30 +0000 |
commit | 570a10f4e7f0c524641074931bd76c65ed31e5dc (patch) | |
tree | 52ad848c40f4723ea879857dac6c501829b340ef /net-misc | |
parent | profiles/arch/powerpc/ppc64/package.use.mask: unmask discover[firmware] (diff) | |
download | gentoo-570a10f4e7f0c524641074931bd76c65ed31e5dc.tar.gz gentoo-570a10f4e7f0c524641074931bd76c65ed31e5dc.tar.bz2 gentoo-570a10f4e7f0c524641074931bd76c65ed31e5dc.zip |
net-misc/chrony: Stabilize 3.5.1-r1 arm64, #753047
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index 9a2af1bd3eab..ca404b746fd1 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" fi LICENSE="GPL-2" |