diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-31 08:02:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-31 08:02:41 +0200 |
commit | 2fde5b444d499884c23ea54c803accaea5b91c04 (patch) | |
tree | 6de12fc68625c978c5ed6d8deee7524123bb7ef7 /net-misc/ntpsec | |
parent | sys-auth/elogind: amd64 stable wrt bug #792909 (diff) | |
download | gentoo-2fde5b444d499884c23ea54c803accaea5b91c04.tar.gz gentoo-2fde5b444d499884c23ea54c803accaea5b91c04.tar.bz2 gentoo-2fde5b444d499884c23ea54c803accaea5b91c04.zip |
net-misc/ntpsec: amd64 stable wrt bug #792945
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/ntpsec')
-rw-r--r-- | net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild index 862e63a17f21..1032524529cf 100644 --- a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="ftp://ftp.ntpsec.org/pub/releases/${PN}-${PV}.tar.gz" RESTRICT="mirror" - KEYWORDS="~amd64 arm ~arm64 ~x86" + KEYWORDS="amd64 arm ~arm64 ~x86" fi DESCRIPTION="The NTP reference implementation, refactored" |