diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-17 08:55:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-17 08:55:45 +0200 |
commit | b0b33a1cab192de045fe6382d065a7c1dd3478ea (patch) | |
tree | ab75770d11a4be6d87f39d81947a600edd007beb /net-misc | |
parent | dev-vcs/subversion: arm stable wrt bug #852656 (diff) | |
download | gentoo-b0b33a1cab192de045fe6382d065a7c1dd3478ea.tar.gz gentoo-b0b33a1cab192de045fe6382d065a7c1dd3478ea.tar.bz2 gentoo-b0b33a1cab192de045fe6382d065a7c1dd3478ea.zip |
net-misc/ntpsec: arm64 stable wrt bug #851978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild b/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild index 357e35164508..b163db94a45f 100644 --- a/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/NTPsec/ntpsec.git" else SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv ~x86" fi DESCRIPTION="The NTP reference implementation, refactored" |