diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 13:57:47 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 13:57:47 +0000 |
commit | 2f1e1a57fc20a82cf762b9c8e4a6fbc1a6a1e10c (patch) | |
tree | bdaaa18e1d01a2fba826424ba6233f0815b22200 /net-misc/chrony | |
parent | net-misc/chrony: Stabilize 4.6 x86, #940856 (diff) | |
download | gentoo-2f1e1a57fc20a82cf762b9c8e4a6fbc1a6a1e10c.tar.gz gentoo-2f1e1a57fc20a82cf762b9c8e4a6fbc1a6a1e10c.tar.bz2 gentoo-2f1e1a57fc20a82cf762b9c8e4a6fbc1a6a1e10c.zip |
net-misc/chrony: Stabilize 4.6 arm, #940856
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.6.ebuild b/net-misc/chrony/chrony-4.6.ebuild index 546ecce9eb1b..1b5cd43d8ef8 100644 --- a/net-misc/chrony/chrony-4.6.ebuild +++ b/net-misc/chrony/chrony-4.6.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 ~loong ~m68k ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~ppc ppc64 ~riscv ~sparc x86" fi fi |