diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-17 08:55:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-17 08:55:13 +0200 |
commit | bfff76e3bb7205e99774dd30119c89249d9a3e43 (patch) | |
tree | 506b74f47b89ffaaa719fe830a3ce33b4f0a378f /net-misc/ntpsec | |
parent | sys-apps/apparmor-utils: amd64 stable wrt bug #852659 (diff) | |
download | gentoo-bfff76e3bb7205e99774dd30119c89249d9a3e43.tar.gz gentoo-bfff76e3bb7205e99774dd30119c89249d9a3e43.tar.bz2 gentoo-bfff76e3bb7205e99774dd30119c89249d9a3e43.zip |
net-misc/ntpsec: arm stable wrt bug #851978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec')
-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 f872350377f2..357e35164508 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" |