diff options
Diffstat (limited to 'net-misc/chrony/chrony-4.0-r1.ebuild')
-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/_/-}" |