diff options
author | Sam James <sam@gentoo.org> | 2023-09-22 21:25:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 21:25:18 +0100 |
commit | e30f0c5a84f7c644452ee90488564d7e31ec4201 (patch) | |
tree | 52c92252b0ded447526ef1e86d6ffff8e522120c /net-misc/chrony | |
parent | net-misc/chrony: Stabilize 4.4 amd64, #914545 (diff) | |
download | gentoo-e30f0c5a84f7c644452ee90488564d7e31ec4201.tar.gz gentoo-e30f0c5a84f7c644452ee90488564d7e31ec4201.tar.bz2 gentoo-e30f0c5a84f7c644452ee90488564d7e31ec4201.zip |
net-misc/chrony: Stabilize 4.4 sparc, #914545
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-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 50172954d48d..5acf6cd8e895 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 |