diff options
author | Sam James <sam@gentoo.org> | 2023-09-22 21:25:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 21:25:17 +0100 |
commit | 958f3567854abf53de3d4e215fb5b504528c5661 (patch) | |
tree | 72e599f043e5aab20c2b51f282c32695a4d6f5ee /net-misc | |
parent | app-arch/gzip: Stabilize 1.13 sparc, #914544 (diff) | |
download | gentoo-958f3567854abf53de3d4e215fb5b504528c5661.tar.gz gentoo-958f3567854abf53de3d4e215fb5b504528c5661.tar.bz2 gentoo-958f3567854abf53de3d4e215fb5b504528c5661.zip |
net-misc/chrony: Stabilize 4.4 amd64, #914545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.4.ebuild b/net-misc/chrony/chrony-4.4.ebuild index f65765bd7d70..50172954d48d 100644 --- a/net-misc/chrony/chrony-4.4.ebuild +++ b/net-misc/chrony/chrony-4.4.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 |