diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 09:31:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 09:31:30 +0000 |
commit | 2d5ef2dbf21d8bc58d732f9ae1d37a57be3ae094 (patch) | |
tree | 499975b28da237cb0037bf10427eee7980a16712 /net-misc/chrony | |
parent | net-misc/chrony: Stabilize 4.5 arm64, #921545 (diff) | |
download | gentoo-2d5ef2dbf21d8bc58d732f9ae1d37a57be3ae094.tar.gz gentoo-2d5ef2dbf21d8bc58d732f9ae1d37a57be3ae094.tar.bz2 gentoo-2d5ef2dbf21d8bc58d732f9ae1d37a57be3ae094.zip |
net-misc/chrony: Stabilize 4.5 arm, #921545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild index cbabf0243469..14e3c9c2a677 100644 --- a/net-misc/chrony/chrony-4.5.ebuild +++ b/net-misc/chrony/chrony-4.5.ebuild @@ -19,7 +19,7 @@ else SRC_URI+=" verify-sig? ( https://chrony-project.org/releases/${P/_/-}-tar-gz-asc.txt -> ${P/_/-}.tar.gz.asc )" if [[ ${PV} != *_pre* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv sparc ~x86" fi fi |