diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 14:58:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 14:58:05 +0200 |
commit | c44ea341e725a7aa890762bfc38f46ded65a0eab (patch) | |
tree | 5121c431d843b56c9e3d608e675ef052329f426b /net-misc/ntpsec | |
parent | media-video/ttcut: amd64 stable wrt bug #723364 (diff) | |
download | gentoo-c44ea341e725a7aa890762bfc38f46ded65a0eab.tar.gz gentoo-c44ea341e725a7aa890762bfc38f46ded65a0eab.tar.bz2 gentoo-c44ea341e725a7aa890762bfc38f46ded65a0eab.zip |
net-misc/ntpsec: arm stable wrt bug #721526
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.1.8.ebuild b/net-misc/ntpsec/ntpsec-1.1.8.ebuild index 22989ca4d482..aa3bf4b15442 100644 --- a/net-misc/ntpsec/ntpsec-1.1.8.ebuild +++ b/net-misc/ntpsec/ntpsec-1.1.8.ebuild @@ -12,12 +12,12 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/NTPsec/ntpsec.git" BDEPEND="" - KEYWORDS="" + KEYWORDS="arm" else SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${PN}-${PV}.tar.gz" RESTRICT="mirror" BDEPEND="" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 arm ~arm64 ~x86" fi DESCRIPTION="The NTP reference implementation, refactored" |