diff options
author | Sam James <sam@gentoo.org> | 2020-08-30 23:02:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-30 23:02:38 +0000 |
commit | 36e936cb0bf2c0a7c685ae3d0243f97e7587b2b1 (patch) | |
tree | 0c17aff1fc16a8bdf4ac6d88522a362920e05406 /net-misc | |
parent | net-misc/chrony: Stabilize 3.5.1-r1 arm, #738154 (diff) | |
download | gentoo-36e936cb0bf2c0a7c685ae3d0243f97e7587b2b1.tar.gz gentoo-36e936cb0bf2c0a7c685ae3d0243f97e7587b2b1.tar.bz2 gentoo-36e936cb0bf2c0a7c685ae3d0243f97e7587b2b1.zip |
net-misc/chrony: Stabilize 3.5.1-r1 sparc, #738154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-3.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-3.5.1-r1.ebuild b/net-misc/chrony/chrony-3.5.1-r1.ebuild index c4e9adbf8d41..830712d4b75b 100644 --- a/net-misc/chrony/chrony-3.5.1-r1.ebuild +++ b/net-misc/chrony/chrony-3.5.1-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 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 LICENSE="GPL-2" |