diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 03:01:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 03:01:32 +0000 |
commit | 7d49637692d0145ef6660a54d98eb0d386b0f5dc (patch) | |
tree | 459969c6f90cb39f9e888d1417db5ee20443a595 /net-misc | |
parent | sys-apps/bat: minor post-merge tidyups (diff) | |
download | gentoo-7d49637692d0145ef6660a54d98eb0d386b0f5dc.tar.gz gentoo-7d49637692d0145ef6660a54d98eb0d386b0f5dc.tar.bz2 gentoo-7d49637692d0145ef6660a54d98eb0d386b0f5dc.zip |
net-misc/chrony: Stabilize 4.0 arm, #756268
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.0.ebuild b/net-misc/chrony/chrony-4.0.ebuild index 9bee3f3276df..07cde9578493 100644 --- a/net-misc/chrony/chrony-4.0.ebuild +++ b/net-misc/chrony/chrony-4.0.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/_/-}" |