diff options
author | Sam James <sam@gentoo.org> | 2023-09-22 21:25:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 21:25:19 +0100 |
commit | fb09f70e69ce9de4680266407eea308b72c82ec8 (patch) | |
tree | 14fd340fdc3ea2481a92351fe12fa1a13afe0c25 | |
parent | net-misc/chrony: Stabilize 4.4 sparc, #914545 (diff) | |
download | gentoo-fb09f70e69ce9de4680266407eea308b72c82ec8.tar.gz gentoo-fb09f70e69ce9de4680266407eea308b72c82ec8.tar.bz2 gentoo-fb09f70e69ce9de4680266407eea308b72c82ec8.zip |
net-misc/chrony: Stabilize 4.4 x86, #914545
Signed-off-by: Sam James <sam@gentoo.org>
-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 5acf6cd8e895..9e0ff76f78fd 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 |