diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 13:33:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 13:33:31 +0000 |
commit | d06a55076d2c1120e518b493e867374c6a4c452c (patch) | |
tree | 15e7daaeee7408c1701fdbb3fe55c01cd1da15ab /net-misc/chrony | |
parent | app-mobilephone/gnokii: Stabilize 0.6.31-r3 ppc, #775290 (diff) | |
download | gentoo-d06a55076d2c1120e518b493e867374c6a4c452c.tar.gz gentoo-d06a55076d2c1120e518b493e867374c6a4c452c.tar.bz2 gentoo-d06a55076d2c1120e518b493e867374c6a4c452c.zip |
net-misc/chrony: Stabilize 4.0-r1 sparc, #775332
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild b/net-misc/chrony/chrony-4.0-r1.ebuild index b6670ff4718d..348a4b7e3aed 100644 --- a/net-misc/chrony/chrony-4.0-r1.ebuild +++ b/net-misc/chrony/chrony-4.0-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git" else SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ppc ppc64 sparc ~x86" fi S="${WORKDIR}/${P/_/-}" |